Html Css Color HEX #312158 Christalle

📋 copy color: '#312158'

red 49 ◦ green 33 ◦ blue 88

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

Shades of Christalle #312158

Tints of Christalle #312158

RGB

 RED value IS 49 (19.53% from 255) = 28.82%

 GREEN value IS 33 (13.28% from 255) = 19.41%

 BLUE value IS 88 (34.77% from 255) = 51.76%

R = 28.82%
G = 19.41%
B = 51.76%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#312158 (or 0x312158) is known color: Christalle. HEX triplet: 31, 21 and 58. RGB value is (49,33,88). Sum of RGB (Red+Green+Blue) = 49+33+88=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #312158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312158 is #CEDEA7. Grayscale: #2B2B2B. Windows color (decimal): -13557416 or 5775665. OLE color: 5775665.

HSL color Cylindrical-coordinate representation of color #312158: hue angle of 257.45º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #312158 is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 33 88 -
CMYK 0.44 0.62 0 0.65
HSL 257.45º 0.45% 0.24% -
HSV(B) 257.45º 0.63% 0.35% -
XYZ 3.57 2.45 9.52 -
YUV 44.05 152.8 131.53 -
System Red Green Blue C M Y K H S L
Decimal 49 33 88 0.44 0.62 0 0.65 257.45 0.45 0.24
Hex 31 21 58 2C 3E 0 41 101 2D 18
Octal 61 41 130 54 76 0 101 401 55 30
Binary 110001 100001 1011000 101100 111110 0 1000001 100000001 101101 11000

Color Harmonies of #312158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312158

Black with #312158

Text Example


Text Example

White with #312158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312158; }

 p { color: rgb(49,33,88); }

 H1.HeaderClassName
 {
   color: #312158;
 }
 .AnyTagClassName
 {
   color: #312158;
 }
</style>

background-color css

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

 a { background-color: rgb(49,33,88); }

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

border-color css

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

 span { border-color: rgb(49,33,88); }

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