Html Css Color HEX #31199C Persian Indigo

📋 copy color: '#31199C'

red 49 ◦ green 25 ◦ blue 156

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

Shades of Persian Indigo #31199C

Tints of Persian Indigo #31199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 67.83%

R = 21.3%
G = 10.87%
B = 67.83%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31199C (or 0x31199C) is known color: Persian Indigo. HEX triplet: 31, 19 and 9C. RGB value is (49,25,156). Sum of RGB (Red+Green+Blue) = 49+25+156=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #31199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31199C is #CEE663. Grayscale: #2E2E2E. Windows color (decimal): -13559396 or 10230065. OLE color: 10230065.

HSL color Cylindrical-coordinate representation of color #31199C: hue angle of 250.99º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31199C is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 25 156 -
CMYK 0.69 0.84 0 0.39
HSL 250.99º 0.72% 0.35% -
HSV(B) 250.99º 0.84% 0.61% -
XYZ 7.62 3.75 31.77 -
YUV 47.11 189.45 129.35 -
System Red Green Blue C M Y K H S L
Decimal 49 25 156 0.69 0.84 0 0.39 250.99 0.72 0.35
Hex 31 19 9C 45 54 0 27 FB 48 23
Octal 61 31 234 105 124 0 47 373 110 43
Binary 110001 11001 10011100 1000101 1010100 0 100111 11111011 1001000 100011

Color Harmonies of #31199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31199C

Black with #31199C

Text Example


Text Example

White with #31199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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