#33035F

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

Shades of Christalle #33035F

Tints of Christalle #33035F

Color information

#33035F (or 0x33035F) is unknown color: approx Christalle. HEX triplet: 33, 03 and 5F. RGB value is (51,3,95). Sum of RGB (Red+Green+Blue) = 51+3+95=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 95 (37.5% from 255 or 63.76% from 149); Max value from RGB is 95 - color contains mainly: blue. Hex color #33035F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33035F is #CCFCA0. Grayscale: #1B1B1B. Windows color (decimal): -13434017 or 6226739. OLE color: 6226739.

HSL color Cylindrical-coordinate representation of color #33035F: hue angle of 271.3º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #33035F is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB51395-
CMYK0.460.9700.63
HSL271.3º93.88%19.22%-
HSV(B)271.3º96.84%37.25%-
XYZ3.461.610.95-
YUV27.84165.9144.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.23%
GREEN value IS 3 (1.56% from 255) = 2.01%
BLUE value IS 95 (37.5% from 255) = 63.76%
R=34.23%
G=2.01%
B=63.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal513950.460.9700.63271.393.8819.22
Hex3335F2E6103F10f5e13
Octal6331375614107741713623
Binary11001111101111110111011000010111111100001111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33035F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33035F; }

 p { color: rgb(51,3,95); }

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

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

 a { background-color: rgb(51,3,95); }

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

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

 span { border-color: rgb(51,3,95); }

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