Html Css Color HEX #382C61 Jacarta

📋 copy color: '#382C61'

red 56 ◦ green 44 ◦ blue 97

#382C61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacarta #382C61

Tints of Jacarta #382C61

RGB

 RED value IS 56 (22.27% from 255) = 28.43%

 GREEN value IS 44 (17.58% from 255) = 22.34%

 BLUE value IS 97 (38.28% from 255) = 49.24%

R = 28.43%
G = 22.34%
B = 49.24%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#382C61 (or 0x382C61) is known color: Jacarta. HEX triplet: 38, 2C and 61. RGB value is (56,44,97). Sum of RGB (Red+Green+Blue) = 56+44+97=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #382C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C61 is #C7D39E. Grayscale: #353535. Windows color (decimal): -13095839 or 6368312. OLE color: 6368312.

HSL color Cylindrical-coordinate representation of color #382C61: hue angle of 253.58º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #382C61 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 44 97 -
CMYK 0.42 0.55 0 0.62
HSL 253.58º 0.38% 0.28% -
HSV(B) 253.58º 0.55% 0.38% -
XYZ 4.69 3.51 11.74 -
YUV 53.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 56 44 97 0.42 0.55 0 0.62 253.58 0.38 0.28
Hex 38 2C 61 2A 37 0 3E FE 26 1C
Octal 70 54 141 52 67 0 76 376 46 34
Binary 111000 101100 1100001 101010 110111 0 111110 11111110 100110 11100

Color Harmonies of #382C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382C61

Black with #382C61

Text Example


Text Example

White with #382C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382C61; }

 p { color: rgb(56,44,97); }

 H1.HeaderClassName
 {
   color: #382C61;
 }
 .AnyTagClassName
 {
   color: #382C61;
 }
</style>

background-color css

<style>
 a { background-color: #382C61; }

 a { background-color: rgb(56,44,97); }

 div.DivClassName
 {
   background-color: #382C61;
 }
 .BgClassName
 {
   background-color: #382C61;
 }
</style>

border-color css

<style>
 span { border-color: #382C61; }

 span { border-color: rgb(56,44,97); }

 td.TdClassName
 {
   border-color: #382C61;
 }
 .TagClassName
 {
   border-color: #382C61;
 }
</style>