#33055D

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

Shades of Christalle #33055D

Tints of Christalle #33055D

Color information

#33055D (or 0x33055D) is unknown color: approx Christalle. HEX triplet: 33, 05 and 5D. RGB value is (51,5,93). Sum of RGB (Red+Green+Blue) = 51+5+93=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #33055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33055D is #CCFAA2. Grayscale: #1C1C1C. Windows color (decimal): -13433507 or 6096179. OLE color: 6096179.

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

Color convert

RGB51593-
CMYK0.450.9500.64
HSL271.36º89.8%19.22%-
HSV(B)271.36º94.62%36.47%-
XYZ3.41.610.49-
YUV28.79164.24143.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.23%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 93 (36.72% from 255) = 62.42%
R=34.23%
G=3.36%
B=62.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal515930.450.9500.64271.3689.819.22
Hex3355D2D5F04010f5a13
Octal63513555137010041713223
Binary1100111011011101101101101111101000000100001111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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