#382056

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

Shades of Christalle #382056

Tints of Christalle #382056

Color information

#382056 (or 0x382056) is unknown color: approx Christalle. HEX triplet: 38, 20 and 56. RGB value is (56,32,86). Sum of RGB (Red+Green+Blue) = 56+32+86=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #382056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #382056 is #C7DFA9. Grayscale: #2D2D2D. Windows color (decimal): -13098922 or 5644344. OLE color: 5644344.

HSL color Cylindrical-coordinate representation of color #382056: hue angle of 266.67º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #382056 is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB563286-
CMYK0.350.6300.66
HSL266.67º45.76%23.14%-
HSV(B)266.67º62.79%33.73%-
XYZ3.832.559.09-
YUV45.33150.95135.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.18%
GREEN value IS 32 (12.89% from 255) = 18.39%
BLUE value IS 86 (33.98% from 255) = 49.43%
R=32.18%
G=18.39%
B=49.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5632860.350.6300.66266.6745.7623.14
Hex382056233F04210b2e17
Octal7040126437701024135627
Binary11100010000010101101000111111110100001010000101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382056; }

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

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

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

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

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

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

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

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