#33175A

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

Shades of Christalle #33175A

Tints of Christalle #33175A

Color information

#33175A (or 0x33175A) is unknown color: approx Christalle. HEX triplet: 33, 17 and 5A. RGB value is (51,23,90). Sum of RGB (Red+Green+Blue) = 51+23+90=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 90 (35.55% from 255 or 54.88% from 164); Max value from RGB is 90 - color contains mainly: blue. Hex color #33175A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33175A is #CCE8A5. Grayscale: #262626. Windows color (decimal): -13428902 or 5904179. OLE color: 5904179.

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

Color convert

RGB512390-
CMYK0.430.7400.65
HSL265.07º59.29%22.16%-
HSV(B)265.07º74.44%35.29%-
XYZ3.522.059.88-
YUV39.01156.78136.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.10%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 90 (35.55% from 255) = 54.88%
R=31.10%
G=14.02%
B=54.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5123900.430.7400.65265.0759.2922.16
Hex33175A2B4A0411093b16
Octal63271325311201014117326
Binary11001110111101101010101110010100100000110000100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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