#33085A

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

Shades of Christalle #33085A

Tints of Christalle #33085A

Color information

#33085A (or 0x33085A) is unknown color: approx Christalle. HEX triplet: 33, 08 and 5A. RGB value is (51,8,90). Sum of RGB (Red+Green+Blue) = 51+8+90=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 90 (35.55% from 255 or 60.40% from 149); Max value from RGB is 90 - color contains mainly: blue. Hex color #33085A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33085A is #CCF7A5. Grayscale: #1D1D1D. Windows color (decimal): -13432742 or 5900339. OLE color: 5900339.

HSL color Cylindrical-coordinate representation of color #33085A: hue angle of 271.46º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33085A is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB51890-
CMYK0.430.9100.65
HSL271.46º83.67%19.22%-
HSV(B)271.46º91.11%35.29%-
XYZ3.31.629.81-
YUV30.2161.75142.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.23%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 90 (35.55% from 255) = 60.40%
R=34.23%
G=5.37%
B=60.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal518900.430.9100.65271.4683.6719.22
Hex3385A2B5B04110f5413
Octal631013253133010141712423
Binary11001110001011010101011101101101000001100001111101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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