Html Css Color HEX #312484 Persian Indigo

📋 copy color: '#312484'

red 49 ◦ green 36 ◦ blue 132

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

Shades of Persian Indigo #312484

Tints of Persian Indigo #312484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 60.83%

R = 22.58%
G = 16.59%
B = 60.83%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#312484 (or 0x312484) is known color: Persian Indigo. HEX triplet: 31, 24 and 84. RGB value is (49,36,132). Sum of RGB (Red+Green+Blue) = 49+36+132=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #312484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312484 is #CEDB7B. Grayscale: #323232. Windows color (decimal): -13556604 or 8660017. OLE color: 8660017.

HSL color Cylindrical-coordinate representation of color #312484: hue angle of 248.12º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #312484 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 36 132 -
CMYK 0.63 0.73 0 0.48
HSL 248.13º 0.57% 0.33% -
HSV(B) 248.13º 0.73% 0.52% -
XYZ 6.06 3.58 22.2 -
YUV 50.83 173.81 126.69 -
System Red Green Blue C M Y K H S L
Decimal 49 36 132 0.63 0.73 0 0.48 248.13 0.57 0.33
Hex 31 24 84 3F 49 0 30 F8 39 21
Octal 61 44 204 77 111 0 60 370 71 41
Binary 110001 100100 10000100 111111 1001001 0 110000 11111000 111001 100001

Color Harmonies of #312484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312484

Black with #312484

Text Example


Text Example

White with #312484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312484; }

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

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

background-color css

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

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

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

border-color css

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

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

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