#33085E

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

Shades of Christalle #33085E

Tints of Christalle #33085E

Color information

#33085E (or 0x33085E) is unknown color: approx Christalle. HEX triplet: 33, 08 and 5E. RGB value is (51,8,94). Sum of RGB (Red+Green+Blue) = 51+8+94=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 94 (37.11% from 255 or 61.44% from 153); Max value from RGB is 94 - color contains mainly: blue. Hex color #33085E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33085E is #CCF7A1. Grayscale: #1E1E1E. Windows color (decimal): -13432738 or 6162483. OLE color: 6162483.

HSL color Cylindrical-coordinate representation of color #33085E: hue angle of 270º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33085E is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB51894-
CMYK0.460.9100.63
HSL270º84.31%20%-
HSV(B)270º91.49%36.86%-
XYZ3.471.6910.73-
YUV30.66163.75142.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.33%
GREEN value IS 8 (3.52% from 255) = 5.23%
BLUE value IS 94 (37.11% from 255) = 61.44%
R=33.33%
G=5.23%
B=61.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal518940.460.9100.6327084.3120
Hex3385E2E5B03F10e5414
Octal63101365613307741612424
Binary1100111000101111010111010110110111111100001110101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33085E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33085E; }

 p { color: rgb(51,8,94); }

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

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

 a { background-color: rgb(51,8,94); }

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

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

 span { border-color: rgb(51,8,94); }

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