#31098B

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

Shades of Persian Indigo #31098B

Tints of Persian Indigo #31098B

Color information

#31098B (or 0x31098B) is unknown color: approx Persian Indigo. HEX triplet: 31, 09 and 8B. RGB value is (49,9,139). Sum of RGB (Red+Green+Blue) = 49+9+139=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 139 (54.69% from 255 or 70.56% from 197); Max value from RGB is 139 - color contains mainly: blue. Hex color #31098B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31098B is #CEF674. Grayscale: #232323. Windows color (decimal): -13563509 or 9111857. OLE color: 9111857.

HSL color Cylindrical-coordinate representation of color #31098B: hue angle of 258.46º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31098B is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB499139-
CMYK0.650.9400.45
HSL258.46º87.84%29.02%-
HSV(B)258.46º93.53%54.51%-
XYZ6.022.7124.63-
YUV35.78186.25137.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 9 (3.91% from 255) = 4.57%
BLUE value IS 139 (54.69% from 255) = 70.56%
R=24.87%
G=4.57%
B=70.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4991390.650.9400.45258.4687.8429.02
Hex3198B415E02D102581d
Octal611121310113605540213035
Binary110001100110001011100000110111100101101100000010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31098B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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