Html Css Color HEX #31017D Persian Indigo

📋 copy color: '#31017D'

red 49 ◦ green 1 ◦ blue 125

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

Shades of Persian Indigo #31017D

Tints of Persian Indigo #31017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 28%
G = 0.57%
B = 71.43%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31017D (or 0x31017D) is known color: Persian Indigo. HEX triplet: 31, 01 and 7D. RGB value is (49,1,125). Sum of RGB (Red+Green+Blue) = 49+1+125=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 125 (49.22% from 255 or 71.43% from 175); Max value from RGB is 125 - color contains mainly: blue. Hex color #31017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31017D is #CEFE82. Grayscale: #1D1D1D. Windows color (decimal): -13565571 or 8192305. OLE color: 8192305.

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

Color convert

RGB 49 1 125 -
CMYK 0.61 0.99 0 0.51
HSL 263.23º 0.98% 0.25% -
HSV(B) 263.23º 0.99% 0.49% -
XYZ 4.98 2.16 19.56 -
YUV 29.49 181.9 141.92 -
System Red Green Blue C M Y K H S L
Decimal 49 1 125 0.61 0.99 0 0.51 263.23 0.98 0.25
Hex 31 1 7D 3D 63 0 33 107 62 19
Octal 61 1 175 75 143 0 63 407 142 31
Binary 110001 1 1111101 111101 1100011 0 110011 100000111 1100010 11001

Color Harmonies of #31017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31017D

Black with #31017D

Text Example


Text Example

White with #31017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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