#33115A

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

Shades of Christalle #33115A

Tints of Christalle #33115A

Color information

#33115A (or 0x33115A) is unknown color: approx Christalle. HEX triplet: 33, 11 and 5A. RGB value is (51,17,90). Sum of RGB (Red+Green+Blue) = 51+17+90=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #33115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33115A is #CCEEA5. Grayscale: #232323. Windows color (decimal): -13430438 or 5902643. OLE color: 5902643.

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

Color convert

RGB511790-
CMYK0.430.8100.65
HSL267.95º68.22%20.98%-
HSV(B)267.95º81.11%35.29%-
XYZ3.411.849.85-
YUV35.49158.76139.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.28%
GREEN value IS 17 (7.03% from 255) = 10.76%
BLUE value IS 90 (35.55% from 255) = 56.96%
R=32.28%
G=10.76%
B=56.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5117900.430.8100.65267.9568.2220.98
Hex33115A2B5104110c4415
Octal632113253121010141410425
Binary110011100011011010101011101000101000001100001100100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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