#382060

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

Shades of Christalle #382060

Tints of Christalle #382060

Color information

#382060 (or 0x382060) is unknown color: approx Christalle. HEX triplet: 38, 20 and 60. RGB value is (56,32,96). Sum of RGB (Red+Green+Blue) = 56+32+96=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #382060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382060 is #C7DF9F. Grayscale: #2E2E2E. Windows color (decimal): -13098912 or 6299704. OLE color: 6299704.

HSL color Cylindrical-coordinate representation of color #382060: hue angle of 262.5º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #382060 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB563296-
CMYK0.420.6700.62
HSL262.5º50%25.1%-
HSV(B)262.5º66.67%37.65%-
XYZ4.262.7211.37-
YUV46.47155.95134.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 32 (12.89% from 255) = 17.39%
BLUE value IS 96 (37.89% from 255) = 52.17%
R=30.43%
G=17.39%
B=52.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5632960.420.6700.62262.55025.1
Hex3820602A4303E1063219
Octal7040140521030764066231
Binary11100010000011000001010101000011011111010000011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382060; }

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

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

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

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

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

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

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

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