Html Css Color HEX #311C77 Persian Indigo

📋 copy color: '#311C77'

red 49 ◦ green 28 ◦ blue 119

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

Shades of Persian Indigo #311C77

Tints of Persian Indigo #311C77

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.29%

 BLUE value IS 119 (46.88% from 255) = 60.71%

R = 25%
G = 14.29%
B = 60.71%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#311C77 (or 0x311C77) is known color: Persian Indigo. HEX triplet: 31, 1C and 77. RGB value is (49,28,119). Sum of RGB (Red+Green+Blue) = 49+28+119=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #311C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311C77 is #CEE388. Grayscale: #2C2C2C. Windows color (decimal): -13558665 or 7806001. OLE color: 7806001.

HSL color Cylindrical-coordinate representation of color #311C77: hue angle of 253.85º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #311C77 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 28 119 -
CMYK 0.59 0.76 0 0.53
HSL 253.85º 0.62% 0.29% -
HSV(B) 253.85º 0.76% 0.47% -
XYZ 5.01 2.82 17.73 -
YUV 44.65 169.96 131.1 -
System Red Green Blue C M Y K H S L
Decimal 49 28 119 0.59 0.76 0 0.53 253.85 0.62 0.29
Hex 31 1C 77 3B 4C 0 35 FE 3E 1D
Octal 61 34 167 73 114 0 65 376 76 35
Binary 110001 11100 1110111 111011 1001100 0 110101 11111110 111110 11101

Color Harmonies of #311C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C77

Black with #311C77

Text Example


Text Example

White with #311C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,28,119); }

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

background-color css

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

 a { background-color: rgb(49,28,119); }

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

border-color css

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

 span { border-color: rgb(49,28,119); }

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