#33095D

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

Shades of Christalle #33095D

Tints of Christalle #33095D

Color information

#33095D (or 0x33095D) is unknown color: approx Christalle. HEX triplet: 33, 09 and 5D. RGB value is (51,9,93). Sum of RGB (Red+Green+Blue) = 51+9+93=153 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.33% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 93 (36.72% from 255 or 60.78% from 153); Max value from RGB is 93 - color contains mainly: blue. Hex color #33095D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33095D is #CCF6A2. Grayscale: #1E1E1E. Windows color (decimal): -13432483 or 6097203. OLE color: 6097203.

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

Color convert

RGB51993-
CMYK0.450.9000.64
HSL270º82.35%20%-
HSV(B)270º90.32%36.47%-
XYZ3.441.6910.5-
YUV31.13162.91142.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.33%
GREEN value IS 9 (3.91% from 255) = 5.88%
BLUE value IS 93 (36.72% from 255) = 60.78%
R=33.33%
G=5.88%
B=60.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal519930.450.9000.6427082.3520
Hex3395D2D5A04010e5214
Octal631113555132010041612224
Binary11001110011011101101101101101001000000100001110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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