Html Css Color HEX #31037D Persian Indigo

📋 copy color: '#31037D'

red 49 ◦ green 3 ◦ blue 125

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

Shades of Persian Indigo #31037D

Tints of Persian Indigo #31037D

RGB

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

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

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

R = 27.68%
G = 1.69%
B = 70.62%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31037D (or 0x31037D) is known color: Persian Indigo. HEX triplet: 31, 03 and 7D. RGB value is (49,3,125). Sum of RGB (Red+Green+Blue) = 49+3+125=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #31037D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31037D is #CEFC82. Grayscale: #1E1E1E. Windows color (decimal): -13565059 or 8192817. OLE color: 8192817.

HSL color Cylindrical-coordinate representation of color #31037D: hue angle of 262.62º 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 #31037D is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 3 125 -
CMYK 0.61 0.98 0 0.51
HSL 262.62º 0.95% 0.25% -
HSV(B) 262.62º 0.98% 0.49% -
XYZ 5 2.2 19.56 -
YUV 30.66 181.24 141.08 -
System Red Green Blue C M Y K H S L
Decimal 49 3 125 0.61 0.98 0 0.51 262.62 0.95 0.25
Hex 31 3 7D 3D 62 0 33 107 5F 19
Octal 61 3 175 75 142 0 63 407 137 31
Binary 110001 11 1111101 111101 1100010 0 110011 100000111 1011111 11001

Color Harmonies of #31037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31037D

Black with #31037D

Text Example


Text Example

White with #31037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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