#382359

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

Shades of Christalle #382359

Tints of Christalle #382359

Color information

#382359 (or 0x382359) is unknown color: approx Christalle. HEX triplet: 38, 23 and 59. RGB value is (56,35,89). Sum of RGB (Red+Green+Blue) = 56+35+89=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #382359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382359 is #C7DCA6. Grayscale: #2F2F2F. Windows color (decimal): -13098151 or 5841720. OLE color: 5841720.

HSL color Cylindrical-coordinate representation of color #382359: hue angle of 263.33º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #382359 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB563589-
CMYK0.370.6100.65
HSL263.33º43.55%24.31%-
HSV(B)263.33º60.67%34.9%-
XYZ4.042.769.77-
YUV47.44151.46134.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 35 (14.06% from 255) = 19.44%
BLUE value IS 89 (35.16% from 255) = 49.44%
R=31.11%
G=19.44%
B=49.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5635890.370.6100.65263.3343.5524.31
Hex382359253D0411072c18
Octal7043131457501014075430
Binary11100010001110110011001011111010100000110000011110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382359; }

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

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

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

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

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

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

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

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