Html Css Color HEX #311D74 Persian Indigo

📋 copy color: '#311D74'

red 49 ◦ green 29 ◦ blue 116

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

Shades of Persian Indigo #311D74

Tints of Persian Indigo #311D74

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.95%

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

R = 25.26%
G = 14.95%
B = 59.79%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#311D74 (or 0x311D74) is known color: Persian Indigo. HEX triplet: 31, 1D and 74. RGB value is (49,29,116). Sum of RGB (Red+Green+Blue) = 49+29+116=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #311D74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311D74 is #CEE28B. Grayscale: #2C2C2C. Windows color (decimal): -13558412 or 7609649. OLE color: 7609649.

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

Color convert

RGB 49 29 116 -
CMYK 0.58 0.75 0 0.55
HSL 253.79º 0.6% 0.28% -
HSV(B) 253.79º 0.75% 0.45% -
XYZ 4.86 2.79 16.81 -
YUV 44.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 49 29 116 0.58 0.75 0 0.55 253.79 0.6 0.28
Hex 31 1D 74 3A 4B 0 37 FE 3C 1C
Octal 61 35 164 72 113 0 67 376 74 34
Binary 110001 11101 1110100 111010 1001011 0 110111 11111110 111100 11100

Color Harmonies of #311D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D74

Black with #311D74

Text Example


Text Example

White with #311D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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