#331858

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

Shades of Christalle #331858

Tints of Christalle #331858

Color information

#331858 (or 0x331858) is unknown color: approx Christalle. HEX triplet: 33, 18 and 58. RGB value is (51,24,88). Sum of RGB (Red+Green+Blue) = 51+24+88=163 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.29% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #331858 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331858 is #CCE7A7. Grayscale: #272727. Windows color (decimal): -13428648 or 5773363. OLE color: 5773363.

HSL color Cylindrical-coordinate representation of color #331858: hue angle of 265.31º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #331858 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB512488-
CMYK0.420.7300.65
HSL265.31º57.14%21.96%-
HSV(B)265.31º72.73%34.51%-
XYZ3.452.069.45-
YUV39.37155.45136.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.29%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 88 (34.77% from 255) = 53.99%
R=31.29%
G=14.72%
B=53.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5124880.420.7300.65265.3157.1421.96
Hex3318582A490411093916
Octal63301305211101014117126
Binary11001111000101100010101010010010100000110000100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331858; }

 p { color: rgb(51,24,88); }

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

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

 a { background-color: rgb(51,24,88); }

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

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

 span { border-color: rgb(51,24,88); }

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