#382C61

Color #382C61 Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #382C61

Tints of Jacarta #382C61

Color information

#382C61 (or 0x382C61) is unknown color: approx 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

RGB564497-
CMYK0.420.5500.62
HSL253.58º37.59%27.65%-
HSV(B)253.58º54.64%38.04%-
XYZ4.693.5111.74-
YUV53.63152.48129.69-

RGB Variations

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

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 (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5644970.420.5500.62253.5837.5927.65
Hex382C612A3703Efe261c
Octal705414152670763764634
Binary111000101100110000110101011011101111101111111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>