Html Css Color HEX #312281 Persian Indigo

📋 copy color: '#312281'

red 49 ◦ green 34 ◦ blue 129

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

Shades of Persian Indigo #312281

Tints of Persian Indigo #312281

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.04%

 BLUE value IS 129 (50.78% from 255) = 60.85%

R = 23.11%
G = 16.04%
B = 60.85%

CMYK

 C value IS 0.62

 M value IS 0.74

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#312281 (or 0x312281) is known color: Persian Indigo. HEX triplet: 31, 22 and 81. RGB value is (49,34,129). Sum of RGB (Red+Green+Blue) = 49+34+129=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 129 (50.78% from 255 or 60.85% from 212); Max value from RGB is 129 - color contains mainly: blue. Hex color #312281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312281 is #CEDD7E. Grayscale: #303030. Windows color (decimal): -13557119 or 8462897. OLE color: 8462897.

HSL color Cylindrical-coordinate representation of color #312281: hue angle of 249.47º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #312281 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 34 129 -
CMYK 0.62 0.74 0 0.49
HSL 249.47º 0.58% 0.32% -
HSV(B) 249.47º 0.74% 0.51% -
XYZ 5.8 3.38 21.12 -
YUV 49.32 172.97 127.78 -
System Red Green Blue C M Y K H S L
Decimal 49 34 129 0.62 0.74 0 0.49 249.47 0.58 0.32
Hex 31 22 81 3E 4A 0 31 F9 3A 20
Octal 61 42 201 76 112 0 61 371 72 40
Binary 110001 100010 10000001 111110 1001010 0 110001 11111001 111010 100000

Color Harmonies of #312281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312281

Black with #312281

Text Example


Text Example

White with #312281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312281; }

 p { color: rgb(49,34,129); }

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

background-color css

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

 a { background-color: rgb(49,34,129); }

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

border-color css

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

 span { border-color: rgb(49,34,129); }

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