Html Css Color HEX #312082 Persian Indigo

📋 copy color: '#312082'

red 49 ◦ green 32 ◦ blue 130

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

Shades of Persian Indigo #312082

Tints of Persian Indigo #312082

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

 BLUE value IS 130 (51.17% from 255) = 61.61%

R = 23.22%
G = 15.17%
B = 61.61%

CMYK

 C value IS 0.62

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#312082 (or 0x312082) is known color: Persian Indigo. HEX triplet: 31, 20 and 82. RGB value is (49,32,130). Sum of RGB (Red+Green+Blue) = 49+32+130=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #312082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312082 is #CEDF7D. Grayscale: #2F2F2F. Windows color (decimal): -13557630 or 8527921. OLE color: 8527921.

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

Color convert

RGB 49 32 130 -
CMYK 0.62 0.75 0 0.49
HSL 250.41º 0.6% 0.32% -
HSV(B) 250.41º 0.75% 0.51% -
XYZ 5.81 3.3 21.45 -
YUV 48.26 174.13 128.53 -
System Red Green Blue C M Y K H S L
Decimal 49 32 130 0.62 0.75 0 0.49 250.41 0.6 0.32
Hex 31 20 82 3E 4B 0 31 FA 3C 20
Octal 61 40 202 76 113 0 61 372 74 40
Binary 110001 100000 10000010 111110 1001011 0 110001 11111010 111100 100000

Color Harmonies of #312082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312082

Black with #312082

Text Example


Text Example

White with #312082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312082; }

 p { color: rgb(49,32,130); }

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

background-color css

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

 a { background-color: rgb(49,32,130); }

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

border-color css

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

 span { border-color: rgb(49,32,130); }

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