Html Css Color HEX #31017C Persian Indigo

📋 copy color: '#31017C'

red 49 ◦ green 1 ◦ blue 124

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

Shades of Persian Indigo #31017C

Tints of Persian Indigo #31017C

RGB

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

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

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

R = 28.16%
G = 0.57%
B = 71.26%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31017C (or 0x31017C) is known color: Persian Indigo. HEX triplet: 31, 01 and 7C. RGB value is (49,1,124). Sum of RGB (Red+Green+Blue) = 49+1+124=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #31017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31017C is #CEFE83. Grayscale: #1C1C1C. Windows color (decimal): -13565572 or 8126769. OLE color: 8126769.

HSL color Cylindrical-coordinate representation of color #31017C: hue angle of 263.41º 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 #31017C is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 1 124 -
CMYK 0.60 0.99 0 0.51
HSL 263.41º 0.98% 0.25% -
HSV(B) 263.41º 0.99% 0.49% -
XYZ 4.92 2.13 19.22 -
YUV 29.37 181.4 142 -
System Red Green Blue C M Y K H S L
Decimal 49 1 124 0.60 0.99 0 0.51 263.41 0.98 0.25
Hex 31 1 7C 3C 63 0 33 107 62 19
Octal 61 1 174 74 143 0 63 407 142 31
Binary 110001 1 1111100 111100 1100011 0 110011 100000111 1100010 11001

Color Harmonies of #31017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31017C

Black with #31017C

Text Example


Text Example

White with #31017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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