Html Css Color HEX #311859 Christalle

📋 copy color: '#311859'

red 49 ◦ green 24 ◦ blue 89

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

Shades of Christalle #311859

Tints of Christalle #311859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.81%

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

R = 30.25%
G = 14.81%
B = 54.94%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#311859 (or 0x311859) is known color: Christalle. HEX triplet: 31, 18 and 59. RGB value is (49,24,89). Sum of RGB (Red+Green+Blue) = 49+24+89=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 89 (35.16% from 255 or 54.94% from 162); Max value from RGB is 89 - color contains mainly: blue. Hex color #311859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311859 is #CEE7A6. Grayscale: #262626. Windows color (decimal): -13559719 or 5838897. OLE color: 5838897.

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

Color convert

RGB 49 24 89 -
CMYK 0.45 0.73 0 0.65
HSL 263.08º 0.58% 0.22% -
HSV(B) 263.08º 0.73% 0.35% -
XYZ 3.4 2.03 9.66 -
YUV 38.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 49 24 89 0.45 0.73 0 0.65 263.08 0.58 0.22
Hex 31 18 59 2D 49 0 41 107 3A 16
Octal 61 30 131 55 111 0 101 407 72 26
Binary 110001 11000 1011001 101101 1001001 0 1000001 100000111 111010 10110

Color Harmonies of #311859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311859

Black with #311859

Text Example


Text Example

White with #311859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311859; }

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

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

background-color css

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

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

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

border-color css

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

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

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