#382B61

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

Shades of Jacarta #382B61

Tints of Jacarta #382B61

Color information

#382B61 (or 0x382B61) is unknown color: approx Jacarta. HEX triplet: 38, 2B and 61. RGB value is (56,43,97). Sum of RGB (Red+Green+Blue) = 56+43+97=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #382B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382B61 is #C7D49E. Grayscale: #343434. Windows color (decimal): -13096095 or 6368056. OLE color: 6368056.

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

Color convert

RGB564397-
CMYK0.420.5600.62
HSL254.44º38.57%27.45%-
HSV(B)254.44º55.67%38.04%-
XYZ4.653.4311.73-
YUV53.04152.81130.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 43 (17.19% from 255) = 21.94%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=28.57%
G=21.94%
B=49.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5643970.420.5600.62254.4438.5727.45
Hex382B612A3803Efe271b
Octal705314152700763764733
Binary111000101011110000110101011100001111101111111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #382B61;
 }
 .AnyTagClassName
 {
   color: #382B61;
 }
</style>
background-color css

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

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

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

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

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

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