Html Css Color HEX #312481 Persian Indigo

📋 copy color: '#312481'

red 49 ◦ green 36 ◦ blue 129

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

Shades of Persian Indigo #312481

Tints of Persian Indigo #312481

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.82%

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

R = 22.9%
G = 16.82%
B = 60.28%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#312481 (or 0x312481) is known color: Persian Indigo. HEX triplet: 31, 24 and 81. RGB value is (49,36,129). Sum of RGB (Red+Green+Blue) = 49+36+129=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 129 (50.78% from 255 or 60.28% from 214); Max value from RGB is 129 - color contains mainly: blue. Hex color #312481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312481 is #CEDB7E. Grayscale: #323232. Windows color (decimal): -13556607 or 8463409. OLE color: 8463409.

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

Color convert

RGB 49 36 129 -
CMYK 0.62 0.72 0 0.49
HSL 248.39º 0.56% 0.32% -
HSV(B) 248.39º 0.72% 0.51% -
XYZ 5.86 3.5 21.14 -
YUV 50.49 172.31 126.94 -
System Red Green Blue C M Y K H S L
Decimal 49 36 129 0.62 0.72 0 0.49 248.39 0.56 0.32
Hex 31 24 81 3E 48 0 31 F8 38 20
Octal 61 44 201 76 110 0 61 370 70 40
Binary 110001 100100 10000001 111110 1001000 0 110001 11111000 111000 100000

Color Harmonies of #312481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312481

Black with #312481

Text Example


Text Example

White with #312481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312481; }

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

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

background-color css

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

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

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

border-color css

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

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

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