Html Css Color HEX #311975 Persian Indigo

📋 copy color: '#311975'

red 49 ◦ green 25 ◦ blue 117

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

Shades of Persian Indigo #311975

Tints of Persian Indigo #311975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.09%

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

R = 25.65%
G = 13.09%
B = 61.26%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#311975 (or 0x311975) is known color: Persian Indigo. HEX triplet: 31, 19 and 75. RGB value is (49,25,117). Sum of RGB (Red+Green+Blue) = 49+25+117=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #311975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311975 is #CEE68A. Grayscale: #2A2A2A. Windows color (decimal): -13559435 or 7674161. OLE color: 7674161.

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

Color convert

RGB 49 25 117 -
CMYK 0.58 0.79 0 0.54
HSL 255.65º 0.65% 0.28% -
HSV(B) 255.65º 0.79% 0.46% -
XYZ 4.83 2.63 17.08 -
YUV 42.66 169.95 132.52 -
System Red Green Blue C M Y K H S L
Decimal 49 25 117 0.58 0.79 0 0.54 255.65 0.65 0.28
Hex 31 19 75 3A 4F 0 36 100 41 1C
Octal 61 31 165 72 117 0 66 400 101 34
Binary 110001 11001 1110101 111010 1001111 0 110110 100000000 1000001 11100

Color Harmonies of #311975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311975

Black with #311975

Text Example


Text Example

White with #311975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311975; }

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

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

background-color css

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

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

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

border-color css

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

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

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