#33195F

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

Shades of Christalle #33195F

Tints of Christalle #33195F

Color information

#33195F (or 0x33195F) is unknown color: approx Christalle. HEX triplet: 33, 19 and 5F. RGB value is (51,25,95). Sum of RGB (Red+Green+Blue) = 51+25+95=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #33195F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33195F is #CCE6A0. Grayscale: #282828. Windows color (decimal): -13428385 or 6232371. OLE color: 6232371.

HSL color Cylindrical-coordinate representation of color #33195F: hue angle of 262.29º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33195F is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB512595-
CMYK0.460.7400.63
HSL262.29º58.33%23.53%-
HSV(B)262.29º73.68%37.25%-
XYZ3.782.2311.06-
YUV40.75158.61135.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.82%
GREEN value IS 25 (10.16% from 255) = 14.62%
BLUE value IS 95 (37.5% from 255) = 55.56%
R=29.82%
G=14.62%
B=55.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5125950.460.7400.63262.2958.3323.53
Hex33195F2E4A03F1063a18
Octal6331137561120774067230
Binary1100111100110111111011101001010011111110000011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33195F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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