#381A59

Color #381A59 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #381A59

Tints of Christalle #381A59

Color information

#381A59 (or 0x381A59) is unknown color: approx Christalle. HEX triplet: 38, 1A and 59. RGB value is (56,26,89). Sum of RGB (Red+Green+Blue) = 56+26+89=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #381A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381A59 is #C7E5A6. Grayscale: #292929. Windows color (decimal): -13100455 or 5839416. OLE color: 5839416.

HSL color Cylindrical-coordinate representation of color #381A59: hue angle of 268.57º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #381A59 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB562689-
CMYK0.370.7100.65
HSL268.57º54.78%22.55%-
HSV(B)268.57º70.79%34.9%-
XYZ3.82.39.69-
YUV42.15154.44137.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 26 (10.55% from 255) = 15.20%
BLUE value IS 89 (35.16% from 255) = 52.05%
R=32.75%
G=15.20%
B=52.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5626890.370.7100.65268.5754.7822.55
Hex381A59254704110d3717
Octal70321314510701014156727
Binary11100011010101100110010110001110100000110000110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381A59; }

 p { color: rgb(56,26,89); }

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

<style>
 a { background-color: #381A59; }

 a { background-color: rgb(56,26,89); }

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

<style>
 span { border-color: #381A59; }

 span { border-color: rgb(56,26,89); }

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