#33035C

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

Shades of Christalle #33035C

Tints of Christalle #33035C

Color information

#33035C (or 0x33035C) is unknown color: approx Christalle. HEX triplet: 33, 03 and 5C. RGB value is (51,3,92). Sum of RGB (Red+Green+Blue) = 51+3+92=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 92 (36.33% from 255 or 63.01% from 146); Max value from RGB is 92 - color contains mainly: blue. Hex color #33035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33035C is #CCFCA3. Grayscale: #1B1B1B. Windows color (decimal): -13434020 or 6030131. OLE color: 6030131.

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

Color convert

RGB51392-
CMYK0.450.9700.64
HSL272.36º93.68%18.63%-
HSV(B)272.36º96.74%36.08%-
XYZ3.331.5410.25-
YUV27.5164.4144.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.93%
GREEN value IS 3 (1.56% from 255) = 2.05%
BLUE value IS 92 (36.33% from 255) = 63.01%
R=34.93%
G=2.05%
B=63.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal513920.450.9700.64272.3693.6818.63
Hex3335C2D610401105e13
Octal63313455141010042013623
Binary110011111011100101101110000101000000100010000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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