#33195D

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

Shades of Christalle #33195D

Tints of Christalle #33195D

Color information

#33195D (or 0x33195D) is unknown color: approx Christalle. HEX triplet: 33, 19 and 5D. RGB value is (51,25,93). Sum of RGB (Red+Green+Blue) = 51+25+93=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #33195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33195D is #CCE6A2. Grayscale: #282828. Windows color (decimal): -13428387 or 6101299. OLE color: 6101299.

HSL color Cylindrical-coordinate representation of color #33195D: hue angle of 262.94º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33195D is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB512593-
CMYK0.450.7300.64
HSL262.94º57.63%23.14%-
HSV(B)262.94º73.12%36.47%-
XYZ3.692.1910.58-
YUV40.53157.61135.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.18%
GREEN value IS 25 (10.16% from 255) = 14.79%
BLUE value IS 93 (36.72% from 255) = 55.03%
R=30.18%
G=14.79%
B=55.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5125930.450.7300.64262.9457.6323.14
Hex33195D2D490401073a17
Octal63311355511101004077227
Binary11001111001101110110110110010010100000010000011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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