Html Css Color HEX #311475 Persian Indigo

📋 copy color: '#311475'

red 49 ◦ green 20 ◦ blue 117

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

Shades of Persian Indigo #311475

Tints of Persian Indigo #311475

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.75%

 BLUE value IS 117 (46.09% from 255) = 62.9%

R = 26.34%
G = 10.75%
B = 62.9%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#311475 (or 0x311475) is known color: Persian Indigo. HEX triplet: 31, 14 and 75. RGB value is (49,20,117). Sum of RGB (Red+Green+Blue) = 49+20+117=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 117 (46.09% from 255 or 62.90% from 186); Max value from RGB is 117 - color contains mainly: blue. Hex color #311475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311475 is #CEEB8A. Grayscale: #272727. Windows color (decimal): -13560715 or 7672881. OLE color: 7672881.

HSL color Cylindrical-coordinate representation of color #311475: hue angle of 257.94º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #311475 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 20 117 -
CMYK 0.58 0.83 0 0.54
HSL 257.94º 0.71% 0.27% -
HSV(B) 257.94º 0.83% 0.46% -
XYZ 4.73 2.44 17.05 -
YUV 39.73 171.61 134.61 -
System Red Green Blue C M Y K H S L
Decimal 49 20 117 0.58 0.83 0 0.54 257.94 0.71 0.27
Hex 31 14 75 3A 53 0 36 102 47 1B
Octal 61 24 165 72 123 0 66 402 107 33
Binary 110001 10100 1110101 111010 1010011 0 110110 100000010 1000111 11011

Color Harmonies of #311475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311475

Black with #311475

Text Example


Text Example

White with #311475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311475; }

 p { color: rgb(49,20,117); }

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

background-color css

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

 a { background-color: rgb(49,20,117); }

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

border-color css

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

 span { border-color: rgb(49,20,117); }

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