Html Css Color HEX #311574 Persian Indigo

📋 copy color: '#311574'

red 49 ◦ green 21 ◦ blue 116

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

Shades of Persian Indigo #311574

Tints of Persian Indigo #311574

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.29%

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

R = 26.34%
G = 11.29%
B = 62.37%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#311574 (or 0x311574) is known color: Persian Indigo. HEX triplet: 31, 15 and 74. RGB value is (49,21,116). Sum of RGB (Red+Green+Blue) = 49+21+116=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #311574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311574 is #CEEA8B. Grayscale: #272727. Windows color (decimal): -13560460 or 7607601. OLE color: 7607601.

HSL color Cylindrical-coordinate representation of color #311574: hue angle of 257.68º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311574 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 21 116 -
CMYK 0.58 0.82 0 0.55
HSL 257.68º 0.69% 0.27% -
HSV(B) 257.68º 0.82% 0.45% -
XYZ 4.69 2.45 16.75 -
YUV 40.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 49 21 116 0.58 0.82 0 0.55 257.68 0.69 0.27
Hex 31 15 74 3A 52 0 37 102 45 1B
Octal 61 25 164 72 122 0 67 402 105 33
Binary 110001 10101 1110100 111010 1010010 0 110111 100000010 1000101 11011

Color Harmonies of #311574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311574

Black with #311574

Text Example


Text Example

White with #311574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311574; }

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

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

background-color css

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

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

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

border-color css

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

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

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