Html Css Color HEX #312057 Christalle

📋 copy color: '#312057'

red 49 ◦ green 32 ◦ blue 87

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

Shades of Christalle #312057

Tints of Christalle #312057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 51.79%

R = 29.17%
G = 19.05%
B = 51.79%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#312057 (or 0x312057) is known color: Christalle. HEX triplet: 31, 20 and 57. RGB value is (49,32,87). Sum of RGB (Red+Green+Blue) = 49+32+87=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 87 (34.38% from 255 or 51.79% from 168); Max value from RGB is 87 - color contains mainly: blue. Hex color #312057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312057 is #CEDFA8. Grayscale: #2B2B2B. Windows color (decimal): -13557673 or 5709873. OLE color: 5709873.

HSL color Cylindrical-coordinate representation of color #312057: hue angle of 258.55º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #312057 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 32 87 -
CMYK 0.44 0.63 0 0.66
HSL 258.55º 0.46% 0.23% -
HSV(B) 258.55º 0.63% 0.34% -
XYZ 3.5 2.37 9.29 -
YUV 43.35 152.63 132.03 -
System Red Green Blue C M Y K H S L
Decimal 49 32 87 0.44 0.63 0 0.66 258.55 0.46 0.23
Hex 31 20 57 2C 3F 0 42 103 2E 17
Octal 61 40 127 54 77 0 102 403 56 27
Binary 110001 100000 1010111 101100 111111 0 1000010 100000011 101110 10111

Color Harmonies of #312057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312057

Black with #312057

Text Example


Text Example

White with #312057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312057; }

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

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

background-color css

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

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

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

border-color css

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

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

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