Html Css Color HEX #311A5E Christalle

📋 copy color: '#311A5E'

red 49 ◦ green 26 ◦ blue 94

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

Shades of Christalle #311A5E

Tints of Christalle #311A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 55.62%

R = 28.99%
G = 15.38%
B = 55.62%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#311A5E (or 0x311A5E) is known color: Christalle. HEX triplet: 31, 1A and 5E. RGB value is (49,26,94). Sum of RGB (Red+Green+Blue) = 49+26+94=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #311A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311A5E is #CEE5A1. Grayscale: #282828. Windows color (decimal): -13559202 or 6167089. OLE color: 6167089.

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

Color convert

RGB 49 26 94 -
CMYK 0.48 0.72 0 0.63
HSL 260.29º 0.57% 0.24% -
HSV(B) 260.29º 0.72% 0.37% -
XYZ 3.66 2.2 10.82 -
YUV 40.63 158.12 133.97 -
System Red Green Blue C M Y K H S L
Decimal 49 26 94 0.48 0.72 0 0.63 260.29 0.57 0.24
Hex 31 1A 5E 30 48 0 3F 104 39 18
Octal 61 32 136 60 110 0 77 404 71 30
Binary 110001 11010 1011110 110000 1001000 0 111111 100000100 111001 11000

Color Harmonies of #311A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A5E

Black with #311A5E

Text Example


Text Example

White with #311A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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