Html Css Color HEX #311C74 Persian Indigo

📋 copy color: '#311C74'

red 49 ◦ green 28 ◦ blue 116

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

Shades of Persian Indigo #311C74

Tints of Persian Indigo #311C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 60.1%

R = 25.39%
G = 14.51%
B = 60.1%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#311C74 (or 0x311C74) is known color: Persian Indigo. HEX triplet: 31, 1C and 74. RGB value is (49,28,116). Sum of RGB (Red+Green+Blue) = 49+28+116=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #311C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311C74 is #CEE38B. Grayscale: #2B2B2B. Windows color (decimal): -13558668 or 7609393. OLE color: 7609393.

HSL color Cylindrical-coordinate representation of color #311C74: hue angle of 254.32º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #311C74 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 28 116 -
CMYK 0.58 0.76 0 0.55
HSL 254.32º 0.61% 0.28% -
HSV(B) 254.32º 0.76% 0.45% -
XYZ 4.83 2.74 16.8 -
YUV 44.31 168.46 131.34 -
System Red Green Blue C M Y K H S L
Decimal 49 28 116 0.58 0.76 0 0.55 254.32 0.61 0.28
Hex 31 1C 74 3A 4C 0 37 FE 3D 1C
Octal 61 34 164 72 114 0 67 376 75 34
Binary 110001 11100 1110100 111010 1001100 0 110111 11111110 111101 11100

Color Harmonies of #311C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C74

Black with #311C74

Text Example


Text Example

White with #311C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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