Html Css Color HEX #31247D Persian Indigo

📋 copy color: '#31247D'

red 49 ◦ green 36 ◦ blue 125

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

Shades of Persian Indigo #31247D

Tints of Persian Indigo #31247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 59.52%

R = 23.33%
G = 17.14%
B = 59.52%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31247D (or 0x31247D) is known color: Persian Indigo. HEX triplet: 31, 24 and 7D. RGB value is (49,36,125). Sum of RGB (Red+Green+Blue) = 49+36+125=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #31247D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31247D is #CEDB82. Grayscale: #313131. Windows color (decimal): -13556611 or 8201265. OLE color: 8201265.

HSL color Cylindrical-coordinate representation of color #31247D: hue angle of 248.76º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31247D is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 36 125 -
CMYK 0.61 0.71 0 0.51
HSL 248.76º 0.55% 0.32% -
HSV(B) 248.76º 0.71% 0.49% -
XYZ 5.6 3.4 19.76 -
YUV 50.03 170.31 127.26 -
System Red Green Blue C M Y K H S L
Decimal 49 36 125 0.61 0.71 0 0.51 248.76 0.55 0.32
Hex 31 24 7D 3D 47 0 33 F9 37 20
Octal 61 44 175 75 107 0 63 371 67 40
Binary 110001 100100 1111101 111101 1000111 0 110011 11111001 110111 100000

Color Harmonies of #31247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31247D

Black with #31247D

Text Example


Text Example

White with #31247D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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