Html Css Color HEX #31037C Persian Indigo

📋 copy color: '#31037C'

red 49 ◦ green 3 ◦ blue 124

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

Shades of Persian Indigo #31037C

Tints of Persian Indigo #31037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.7%

 BLUE value IS 124 (48.83% from 255) = 70.45%

R = 27.84%
G = 1.7%
B = 70.45%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31037C (or 0x31037C) is known color: Persian Indigo. HEX triplet: 31, 03 and 7C. RGB value is (49,3,124). Sum of RGB (Red+Green+Blue) = 49+3+124=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #31037C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31037C is #CEFC83. Grayscale: #1E1E1E. Windows color (decimal): -13565060 or 8127281. OLE color: 8127281.

HSL color Cylindrical-coordinate representation of color #31037C: hue angle of 262.81º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31037C is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 3 124 -
CMYK 0.60 0.98 0 0.51
HSL 262.81º 0.95% 0.25% -
HSV(B) 262.81º 0.98% 0.49% -
XYZ 4.94 2.17 19.23 -
YUV 30.55 180.74 141.16 -
System Red Green Blue C M Y K H S L
Decimal 49 3 124 0.60 0.98 0 0.51 262.81 0.95 0.25
Hex 31 3 7C 3C 62 0 33 107 5F 19
Octal 61 3 174 74 142 0 63 407 137 31
Binary 110001 11 1111100 111100 1100010 0 110011 100000111 1011111 11001

Color Harmonies of #31037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31037C

Black with #31037C

Text Example


Text Example

White with #31037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31037C; }

 p { color: rgb(49,3,124); }

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

background-color css

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

 a { background-color: rgb(49,3,124); }

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

border-color css

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

 span { border-color: rgb(49,3,124); }

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