Html Css Color HEX #331358 Christalle

📋 copy color: '#331358'

red 51 ◦ green 19 ◦ blue 88

#331358
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #331358

Tints of Christalle #331358

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.7%

R = 32.28%
G = 12.03%
B = 55.7%

CMYK

 C value IS 0.42

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#331358 (or 0x331358) is known color: 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

RGB 51 19 88 -
CMYK 0.42 0.78 0 0.65
HSL 267.83º 0.64% 0.21% -
HSV(B) 267.83º 0.78% 0.35% -
XYZ 3.36 1.87 9.42 -
YUV 36.43 157.1 138.39 -
System Red Green Blue C M Y K H S L
Decimal 51 19 88 0.42 0.78 0 0.65 267.83 0.64 0.21
Hex 33 13 58 2A 4E 0 41 10C 40 15
Octal 63 23 130 52 116 0 101 414 100 25
Binary 110011 10011 1011000 101010 1001110 0 1000001 100001100 1000000 10101

Color Harmonies of #331358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331358

Black with #331358

Text Example


Text Example

White with #331358

Text Example


Text Example

HTML Codes & Css Web 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>