#33035D

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

Shades of Christalle #33035D

Tints of Christalle #33035D

Color information

#33035D (or 0x33035D) is unknown color: approx Christalle. HEX triplet: 33, 03 and 5D. RGB value is (51,3,93). Sum of RGB (Red+Green+Blue) = 51+3+93=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #33035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33035D is #CCFCA2. Grayscale: #1B1B1B. Windows color (decimal): -13434019 or 6095667. OLE color: 6095667.

HSL color Cylindrical-coordinate representation of color #33035D: hue angle of 272º 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 #33035D is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB51393-
CMYK0.450.9700.64
HSL272º93.75%18.82%-
HSV(B)272º96.77%36.47%-
XYZ3.371.5610.48-
YUV27.61164.9144.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.69%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 93 (36.72% from 255) = 63.27%
R=34.69%
G=2.04%
B=63.27%

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
Decimal513930.450.9700.6427293.7518.82
Hex3335D2D610401105e13
Octal63313555141010042013623
Binary110011111011101101101110000101000000100010000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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