Html Css Color HEX #31177C Persian Indigo

📋 copy color: '#31177C'

red 49 ◦ green 23 ◦ blue 124

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

Shades of Persian Indigo #31177C

Tints of Persian Indigo #31177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.73%

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

R = 25%
G = 11.73%
B = 63.27%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31177C (or 0x31177C) is known color: Persian Indigo. HEX triplet: 31, 17 and 7C. RGB value is (49,23,124). Sum of RGB (Red+Green+Blue) = 49+23+124=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #31177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31177C is #CEE883. Grayscale: #292929. Windows color (decimal): -13559940 or 8132401. OLE color: 8132401.

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

Color convert

RGB 49 23 124 -
CMYK 0.60 0.81 0 0.51
HSL 255.45º 0.69% 0.29% -
HSV(B) 255.45º 0.81% 0.49% -
XYZ 5.21 2.72 19.32 -
YUV 42.29 174.11 132.79 -
System Red Green Blue C M Y K H S L
Decimal 49 23 124 0.60 0.81 0 0.51 255.45 0.69 0.29
Hex 31 17 7C 3C 51 0 33 FF 45 1D
Octal 61 27 174 74 121 0 63 377 105 35
Binary 110001 10111 1111100 111100 1010001 0 110011 11111111 1000101 11101

Color Harmonies of #31177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31177C

Black with #31177C

Text Example


Text Example

White with #31177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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