#33135B

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

Shades of Christalle #33135B

Tints of Christalle #33135B

Color information

#33135B (or 0x33135B) is unknown color: approx Christalle. HEX triplet: 33, 13 and 5B. RGB value is (51,19,91). Sum of RGB (Red+Green+Blue) = 51+19+91=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #33135B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33135B is #CCECA4. Grayscale: #242424. Windows color (decimal): -13429925 or 5968691. OLE color: 5968691.

HSL color Cylindrical-coordinate representation of color #33135B: hue angle of 266.67º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33135B is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB511991-
CMYK0.440.7900.64
HSL266.67º65.45%21.57%-
HSV(B)266.67º79.12%35.69%-
XYZ3.491.9210.09-
YUV36.78158.6138.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.68%
GREEN value IS 19 (7.81% from 255) = 11.80%
BLUE value IS 91 (35.94% from 255) = 56.52%
R=31.68%
G=11.80%
B=56.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5119910.440.7900.64266.6765.4521.57
Hex33135B2C4F04010b4116
Octal632313354117010041310126
Binary110011100111011011101100100111101000000100001011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33135B; }

 p { color: rgb(51,19,91); }

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

<style>
 a { background-color: #33135B; }

 a { background-color: rgb(51,19,91); }

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

<style>
 span { border-color: #33135B; }

 span { border-color: rgb(51,19,91); }

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