#31098f

Color #31098F Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #31098F

Tints of Persian Indigo #31098F

Color information

#31098F (or 0x31098F) is unknown color: approx Persian Indigo. HEX triplet: 31, 09 and 8F. RGB value is (49,9,143). Sum of RGB (Red+Green+Blue) = 49+9+143=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 143 (56.25% from 255 or 71.14% from 201); Max value from RGB is 143 - color contains mainly: blue. Hex color #31098F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31098F is #CEF670. Grayscale: #232323. Windows color (decimal): -13563505 or 9374001. OLE color: 9374001.

HSL color Cylindrical-coordinate representation of color #31098F: hue angle of 257.91º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31098F is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB499143-
CMYK0.660.9400.44
HSL257.91º88.16%29.8%-
HSV(B)257.91º93.71%56.08%-
XYZ6.322.8326.2-
YUV36.24188.25137.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 143 (56.25% from 255) = 71.14%
R=24.38%
G=4.48%
B=71.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4991430.660.9400.44257.9188.1629.8
Hex3198F425E02C102581e
Octal611121710213605440213036
Binary110001100110001111100001010111100101100100000010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31098f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31098f; }

 p { color: rgb(49,9,143); }

 H1.HeaderClassName
 {
   color: #31098f;
 }
 .AnyTagClassName
 {
   color: #31098f;
 }
</style>
background-color css

<style>
 a { background-color: #31098f; }

 a { background-color: rgb(49,9,143); }

 div.DivClassName
 {
   background-color: #31098f;
 }
 .BgClassName
 {
   background-color: #31098f;
 }
</style>
border-color css

<style>
 span { border-color: #31098f; }

 span { border-color: rgb(49,9,143); }

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