Html Css Color HEX #31197C Persian Indigo

📋 copy color: '#31197C'

red 49 ◦ green 25 ◦ blue 124

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

Shades of Persian Indigo #31197C

Tints of Persian Indigo #31197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.63%

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

R = 24.75%
G = 12.63%
B = 62.63%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31197C (or 0x31197C) is known color: Persian Indigo. HEX triplet: 31, 19 and 7C. RGB value is (49,25,124). Sum of RGB (Red+Green+Blue) = 49+25+124=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 124 (48.83% from 255 or 62.63% from 198); Max value from RGB is 124 - color contains mainly: blue. Hex color #31197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31197C is #CEE683. Grayscale: #2B2B2B. Windows color (decimal): -13559428 or 8132913. OLE color: 8132913.

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

Color convert

RGB 49 25 124 -
CMYK 0.60 0.80 0 0.51
HSL 254.55º 0.66% 0.29% -
HSV(B) 254.55º 0.8% 0.49% -
XYZ 5.25 2.8 19.33 -
YUV 43.46 173.45 131.95 -
System Red Green Blue C M Y K H S L
Decimal 49 25 124 0.60 0.80 0 0.51 254.55 0.66 0.29
Hex 31 19 7C 3C 50 0 33 FF 42 1D
Octal 61 31 174 74 120 0 63 377 102 35
Binary 110001 11001 1111100 111100 1010000 0 110011 11111111 1000010 11101

Color Harmonies of #31197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31197C

Black with #31197C

Text Example


Text Example

White with #31197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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