Html Css Color HEX #31247A Persian Indigo

📋 copy color: '#31247A'

red 49 ◦ green 36 ◦ blue 122

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

Shades of Persian Indigo #31247A

Tints of Persian Indigo #31247A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 58.94%

R = 23.67%
G = 17.39%
B = 58.94%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#31247A (or 0x31247A) is known color: Persian Indigo. HEX triplet: 31, 24 and 7A. RGB value is (49,36,122). Sum of RGB (Red+Green+Blue) = 49+36+122=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 122 (48.05% from 255 or 58.94% from 207); Max value from RGB is 122 - color contains mainly: blue. Hex color #31247A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31247A is #CEDB85. Grayscale: #313131. Windows color (decimal): -13556614 or 8004657. OLE color: 8004657.

HSL color Cylindrical-coordinate representation of color #31247A: hue angle of 249.07º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31247A is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 49 36 122 -
CMYK 0.60 0.70 0 0.52
HSL 249.07º 0.54% 0.31% -
HSV(B) 249.07º 0.7% 0.48% -
XYZ 5.41 3.32 18.77 -
YUV 49.69 168.81 127.51 -
System Red Green Blue C M Y K H S L
Decimal 49 36 122 0.60 0.70 0 0.52 249.07 0.54 0.31
Hex 31 24 7A 3C 46 0 34 F9 36 1F
Octal 61 44 172 74 106 0 64 371 66 37
Binary 110001 100100 1111010 111100 1000110 0 110100 11111001 110110 11111

Color Harmonies of #31247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31247A

Black with #31247A

Text Example


Text Example

White with #31247A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31247A; }

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

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

background-color css

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

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

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

border-color css

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

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

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