#33095C

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

Shades of Christalle #33095C

Tints of Christalle #33095C

Color information

#33095C (or 0x33095C) is unknown color: approx Christalle. HEX triplet: 33, 09 and 5C. RGB value is (51,9,92). Sum of RGB (Red+Green+Blue) = 51+9+92=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #33095C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33095C is #CCF6A3. Grayscale: #1E1E1E. Windows color (decimal): -13432484 or 6031667. OLE color: 6031667.

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

Color convert

RGB51992-
CMYK0.450.9000.64
HSL270.36º82.18%19.8%-
HSV(B)270.36º90.22%36.08%-
XYZ3.391.6710.27-
YUV31.02162.41142.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.55%
GREEN value IS 9 (3.91% from 255) = 5.92%
BLUE value IS 92 (36.33% from 255) = 60.53%
R=33.55%
G=5.92%
B=60.53%

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
Decimal519920.450.9000.64270.3682.1819.8
Hex3395C2D5A04010e5214
Octal631113455132010041612224
Binary11001110011011100101101101101001000000100001110101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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