#331958

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

Shades of Christalle #331958

Tints of Christalle #331958

Color information

#331958 (or 0x331958) is unknown color: approx Christalle. HEX triplet: 33, 19 and 58. RGB value is (51,25,88). Sum of RGB (Red+Green+Blue) = 51+25+88=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 88 (34.77% from 255 or 53.66% from 164); Max value from RGB is 88 - color contains mainly: blue. Hex color #331958 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331958 is #CCE6A7. Grayscale: #272727. Windows color (decimal): -13428392 or 5773619. OLE color: 5773619.

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

Color convert

RGB512588-
CMYK0.420.7200.65
HSL264.76º55.75%22.16%-
HSV(B)264.76º71.59%34.51%-
XYZ3.472.19.46-
YUV39.96155.11135.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.10%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 88 (34.77% from 255) = 53.66%
R=31.10%
G=15.24%
B=53.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5125880.420.7200.65264.7655.7522.16
Hex3319582A480411093816
Octal63311305211001014117026
Binary11001111001101100010101010010000100000110000100111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331958; }

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

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

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

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

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

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

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

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