Html Css Color HEX #312175 Persian Indigo

📋 copy color: '#312175'

red 49 ◦ green 33 ◦ blue 117

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

Shades of Persian Indigo #312175

Tints of Persian Indigo #312175

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.58%

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

R = 24.62%
G = 16.58%
B = 58.79%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#312175 (or 0x312175) is known color: Persian Indigo. HEX triplet: 31, 21 and 75. RGB value is (49,33,117). Sum of RGB (Red+Green+Blue) = 49+33+117=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #312175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312175 is #CEDE8A. Grayscale: #2F2F2F. Windows color (decimal): -13557387 or 7676209. OLE color: 7676209.

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

Color convert

RGB 49 33 117 -
CMYK 0.58 0.72 0 0.54
HSL 251.43º 0.56% 0.29% -
HSV(B) 251.43º 0.72% 0.46% -
XYZ 5.02 3.03 17.15 -
YUV 47.36 167.3 129.17 -
System Red Green Blue C M Y K H S L
Decimal 49 33 117 0.58 0.72 0 0.54 251.43 0.56 0.29
Hex 31 21 75 3A 48 0 36 FB 38 1D
Octal 61 41 165 72 110 0 66 373 70 35
Binary 110001 100001 1110101 111010 1001000 0 110110 11111011 111000 11101

Color Harmonies of #312175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312175

Black with #312175

Text Example


Text Example

White with #312175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312175; }

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

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

background-color css

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

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

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

border-color css

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

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

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