#382059

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

Shades of Christalle #382059

Tints of Christalle #382059

Color information

#382059 (or 0x382059) is unknown color: approx Christalle. HEX triplet: 38, 20 and 59. RGB value is (56,32,89). Sum of RGB (Red+Green+Blue) = 56+32+89=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #382059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382059 is #C7DFA6. Grayscale: #2D2D2D. Windows color (decimal): -13098919 or 5840952. OLE color: 5840952.

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

Color convert

RGB563289-
CMYK0.370.6400.65
HSL265.26º47.11%23.73%-
HSV(B)265.26º64.04%34.9%-
XYZ3.952.69.74-
YUV45.67152.45135.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.64%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 89 (35.16% from 255) = 50.28%
R=31.64%
G=18.08%
B=50.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5632890.370.6400.65265.2647.1123.73
Hex38205925400411092f18
Octal70401314510001014115730
Binary111000100000101100110010110000000100000110000100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382059; }

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

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

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

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

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

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

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

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