#382C5D

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

Shades of Jacarta #382C5D

Tints of Jacarta #382C5D

Color information

#382C5D (or 0x382C5D) is unknown color: approx Jacarta. HEX triplet: 38, 2C and 5D. RGB value is (56,44,93). Sum of RGB (Red+Green+Blue) = 56+44+93=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 93 (36.72% from 255 or 48.19% from 193); Max value from RGB is 93 - color contains mainly: blue. Hex color #382C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382C5D is #C7D3A2. Grayscale: #343434. Windows color (decimal): -13095843 or 6106168. OLE color: 6106168.

HSL color Cylindrical-coordinate representation of color #382C5D: hue angle of 254.69º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #382C5D is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB564493-
CMYK0.400.5300.64
HSL254.69º35.77%26.86%-
HSV(B)254.69º52.69%36.47%-
XYZ4.513.4310.78-
YUV53.17150.48130.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 44 (17.58% from 255) = 22.80%
BLUE value IS 93 (36.72% from 255) = 48.19%
R=29.02%
G=22.80%
B=48.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5644930.400.5300.64254.6935.7726.86
Hex382C5D2835040ff241b
Octal7054135506501003774433
Binary1110001011001011101101000110101010000001111111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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