Html Css Color HEX #31189F Persian Indigo

📋 copy color: '#31189F'

red 49 ◦ green 24 ◦ blue 159

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

Shades of Persian Indigo #31189F

Tints of Persian Indigo #31189F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.34%

 BLUE value IS 159 (62.5% from 255) = 68.53%

R = 21.12%
G = 10.34%
B = 68.53%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31189F (or 0x31189F) is known color: Persian Indigo. HEX triplet: 31, 18 and 9F. RGB value is (49,24,159). Sum of RGB (Red+Green+Blue) = 49+24+159=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #31189F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31189F is #CEE760. Grayscale: #2E2E2E. Windows color (decimal): -13559649 or 10426417. OLE color: 10426417.

HSL color Cylindrical-coordinate representation of color #31189F: hue angle of 251.11º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #31189F is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 24 159 -
CMYK 0.69 0.85 0 0.38
HSL 251.11º 0.74% 0.36% -
HSV(B) 251.11º 0.85% 0.62% -
XYZ 7.85 3.81 33.12 -
YUV 46.87 191.28 129.52 -
System Red Green Blue C M Y K H S L
Decimal 49 24 159 0.69 0.85 0 0.38 251.11 0.74 0.36
Hex 31 18 9F 45 55 0 26 FB 4A 24
Octal 61 30 237 105 125 0 46 373 112 44
Binary 110001 11000 10011111 1000101 1010101 0 100110 11111011 1001010 100100

Color Harmonies of #31189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31189F

Black with #31189F

Text Example


Text Example

White with #31189F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31189F; }

 p { color: rgb(49,24,159); }

 H1.HeaderClassName
 {
   color: #31189F;
 }
 .AnyTagClassName
 {
   color: #31189F;
 }
</style>

background-color css

<style>
 a { background-color: #31189F; }

 a { background-color: rgb(49,24,159); }

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

border-color css

<style>
 span { border-color: #31189F; }

 span { border-color: rgb(49,24,159); }

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