Html Css Color HEX #312580 Persian Indigo

📋 copy color: '#312580'

red 49 ◦ green 37 ◦ blue 128

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

Shades of Persian Indigo #312580

Tints of Persian Indigo #312580

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.29%

 BLUE value IS 128 (50.39% from 255) = 59.81%

R = 22.9%
G = 17.29%
B = 59.81%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#312580 (or 0x312580) is known color: Persian Indigo. HEX triplet: 31, 25 and 80. RGB value is (49,37,128). Sum of RGB (Red+Green+Blue) = 49+37+128=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #312580 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312580 is #CEDA7F. Grayscale: #323232. Windows color (decimal): -13556352 or 8398129. OLE color: 8398129.

HSL color Cylindrical-coordinate representation of color #312580: hue angle of 247.91º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #312580 is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 37 128 -
CMYK 0.62 0.71 0 0.50
HSL 247.91º 0.55% 0.32% -
HSV(B) 247.91º 0.71% 0.5% -
XYZ 5.82 3.53 20.8 -
YUV 50.96 171.48 126.6 -
System Red Green Blue C M Y K H S L
Decimal 49 37 128 0.62 0.71 0 0.50 247.91 0.55 0.32
Hex 31 25 80 3E 47 0 32 F8 37 20
Octal 61 45 200 76 107 0 62 370 67 40
Binary 110001 100101 10000000 111110 1000111 0 110010 11111000 110111 100000

Color Harmonies of #312580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312580

Black with #312580

Text Example


Text Example

White with #312580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312580; }

 p { color: rgb(49,37,128); }

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

background-color css

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

 a { background-color: rgb(49,37,128); }

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

border-color css

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

 span { border-color: rgb(49,37,128); }

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