#331263

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

Shades of Christalle #331263

Tints of Christalle #331263

Color information

#331263 (or 0x331263) is unknown color: approx Christalle. HEX triplet: 33, 12 and 63. RGB value is (51,18,99). Sum of RGB (Red+Green+Blue) = 51+18+99=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #331263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331263 is #CCED9C. Grayscale: #242424. Windows color (decimal): -13430173 or 6492723. OLE color: 6492723.

HSL color Cylindrical-coordinate representation of color #331263: hue angle of 264.44º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331263 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB511899-
CMYK0.480.8200.61
HSL264.44º69.23%22.94%-
HSV(B)264.44º81.82%38.82%-
XYZ3.832.0412-
YUV37.1162.93137.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.36%
GREEN value IS 18 (7.42% from 255) = 10.71%
BLUE value IS 99 (39.06% from 255) = 58.93%
R=30.36%
G=10.71%
B=58.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5118990.480.8200.61264.4469.2322.94
Hex331263305203D1084517
Octal63221436012207541010527
Binary11001110010110001111000010100100111101100001000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331263; }

 p { color: rgb(51,18,99); }

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

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

 a { background-color: rgb(51,18,99); }

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

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

 span { border-color: rgb(51,18,99); }

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