Html Css Color HEX #311A5F Christalle

📋 copy color: '#311A5F'

red 49 ◦ green 26 ◦ blue 95

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

Shades of Christalle #311A5F

Tints of Christalle #311A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 55.88%

R = 28.82%
G = 15.29%
B = 55.88%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#311A5F (or 0x311A5F) is known color: Christalle. HEX triplet: 31, 1A and 5F. RGB value is (49,26,95). Sum of RGB (Red+Green+Blue) = 49+26+95=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 95 (37.5% from 255 or 55.88% from 170); Max value from RGB is 95 - color contains mainly: blue. Hex color #311A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311A5F is #CEE5A0. Grayscale: #282828. Windows color (decimal): -13559201 or 6232625. OLE color: 6232625.

HSL color Cylindrical-coordinate representation of color #311A5F: hue angle of 260º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #311A5F is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 26 95 -
CMYK 0.48 0.73 0 0.63
HSL 260º 0.57% 0.24% -
HSV(B) 260º 0.73% 0.37% -
XYZ 3.7 2.22 11.06 -
YUV 40.74 158.62 133.89 -
System Red Green Blue C M Y K H S L
Decimal 49 26 95 0.48 0.73 0 0.63 260 0.57 0.24
Hex 31 1A 5F 30 49 0 3F 104 39 18
Octal 61 32 137 60 111 0 77 404 71 30
Binary 110001 11010 1011111 110000 1001001 0 111111 100000100 111001 11000

Color Harmonies of #311A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A5F

Black with #311A5F

Text Example


Text Example

White with #311A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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