Html Css Color HEX #312382 Persian Indigo

📋 copy color: '#312382'

red 49 ◦ green 35 ◦ blue 130

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

Shades of Persian Indigo #312382

Tints of Persian Indigo #312382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

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

R = 22.9%
G = 16.36%
B = 60.75%

CMYK

 C value IS 0.62

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#312382 (or 0x312382) is known color: Persian Indigo. HEX triplet: 31, 23 and 82. RGB value is (49,35,130). Sum of RGB (Red+Green+Blue) = 49+35+130=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #312382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312382 is #CEDC7D. Grayscale: #313131. Windows color (decimal): -13556862 or 8528689. OLE color: 8528689.

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

Color convert

RGB 49 35 130 -
CMYK 0.62 0.73 0 0.49
HSL 248.84º 0.58% 0.32% -
HSV(B) 248.84º 0.73% 0.51% -
XYZ 5.9 3.47 21.48 -
YUV 50.02 173.14 127.28 -
System Red Green Blue C M Y K H S L
Decimal 49 35 130 0.62 0.73 0 0.49 248.84 0.58 0.32
Hex 31 23 82 3E 49 0 31 F9 3A 20
Octal 61 43 202 76 111 0 61 371 72 40
Binary 110001 100011 10000010 111110 1001001 0 110001 11111001 111010 100000

Color Harmonies of #312382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312382

Black with #312382

Text Example


Text Example

White with #312382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312382; }

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

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

background-color css

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

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

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

border-color css

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

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

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