Html Css Color HEX #312059 Christalle

📋 copy color: '#312059'

red 49 ◦ green 32 ◦ blue 89

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

Shades of Christalle #312059

Tints of Christalle #312059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.82%

 BLUE value IS 89 (35.16% from 255) = 52.35%

R = 28.82%
G = 18.82%
B = 52.35%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#312059 (or 0x312059) is known color: Christalle. HEX triplet: 31, 20 and 59. RGB value is (49,32,89). Sum of RGB (Red+Green+Blue) = 49+32+89=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #312059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312059 is #CEDFA6. Grayscale: #2B2B2B. Windows color (decimal): -13557671 or 5840945. OLE color: 5840945.

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

Color convert

RGB 49 32 89 -
CMYK 0.45 0.64 0 0.65
HSL 257.89º 0.47% 0.24% -
HSV(B) 257.89º 0.64% 0.35% -
XYZ 3.59 2.41 9.73 -
YUV 43.58 153.63 131.87 -
System Red Green Blue C M Y K H S L
Decimal 49 32 89 0.45 0.64 0 0.65 257.89 0.47 0.24
Hex 31 20 59 2D 40 0 41 102 2F 18
Octal 61 40 131 55 100 0 101 402 57 30
Binary 110001 100000 1011001 101101 1000000 0 1000001 100000010 101111 11000

Color Harmonies of #312059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312059

Black with #312059

Text Example


Text Example

White with #312059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312059; }

 p { color: rgb(49,32,89); }

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

background-color css

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

 a { background-color: rgb(49,32,89); }

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

border-color css

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

 span { border-color: rgb(49,32,89); }

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