Html Css Color HEX #311A61 Christalle

📋 copy color: '#311A61'

red 49 ◦ green 26 ◦ blue 97

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

Shades of Christalle #311A61

Tints of Christalle #311A61

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.12%

 BLUE value IS 97 (38.28% from 255) = 56.4%

R = 28.49%
G = 15.12%
B = 56.4%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#311A61 (or 0x311A61) is known color: Christalle. HEX triplet: 31, 1A and 61. RGB value is (49,26,97). Sum of RGB (Red+Green+Blue) = 49+26+97=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #311A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311A61 is #CEE59E. Grayscale: #282828. Windows color (decimal): -13559199 or 6363697. OLE color: 6363697.

HSL color Cylindrical-coordinate representation of color #311A61: hue angle of 259.44º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #311A61 is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 26 97 -
CMYK 0.49 0.73 0 0.62
HSL 259.44º 0.58% 0.24% -
HSV(B) 259.44º 0.73% 0.38% -
XYZ 3.79 2.25 11.54 -
YUV 40.97 159.62 133.73 -
System Red Green Blue C M Y K H S L
Decimal 49 26 97 0.49 0.73 0 0.62 259.44 0.58 0.24
Hex 31 1A 61 31 49 0 3E 103 3A 18
Octal 61 32 141 61 111 0 76 403 72 30
Binary 110001 11010 1100001 110001 1001001 0 111110 100000011 111010 11000

Color Harmonies of #311A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A61

Black with #311A61

Text Example


Text Example

White with #311A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311A61; }

 p { color: rgb(49,26,97); }

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

background-color css

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

 a { background-color: rgb(49,26,97); }

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

border-color css

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

 span { border-color: rgb(49,26,97); }

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