#331358

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

Shades of Christalle #331358

Tints of Christalle #331358

Color information

#331358 (or 0x331358) is unknown color: approx Christalle. HEX triplet: 33, 13 and 58. RGB value is (51,19,88). Sum of RGB (Red+Green+Blue) = 51+19+88=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #331358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331358 is #CCECA7. Grayscale: #242424. Windows color (decimal): -13429928 or 5772083. OLE color: 5772083.

HSL color Cylindrical-coordinate representation of color #331358: hue angle of 267.83º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #331358 is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB511988-
CMYK0.420.7800.65
HSL267.83º64.49%20.98%-
HSV(B)267.83º78.41%34.51%-
XYZ3.361.879.42-
YUV36.43157.1138.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.28%
GREEN value IS 19 (7.81% from 255) = 12.03%
BLUE value IS 88 (34.77% from 255) = 55.70%
R=32.28%
G=12.03%
B=55.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5119880.420.7800.65267.8364.4920.98
Hex3313582A4E04110c4015
Octal632313052116010141410025
Binary110011100111011000101010100111001000001100001100100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331358; }

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

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

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

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

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

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

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

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