#31089A

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

Shades of Persian Indigo #31089A

Tints of Persian Indigo #31089A

Color information

#31089A (or 0x31089A) is unknown color: approx Persian Indigo. HEX triplet: 31, 08 and 9A. RGB value is (49,8,154). Sum of RGB (Red+Green+Blue) = 49+8+154=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 154 (60.55% from 255 or 72.99% from 211); Max value from RGB is 154 - color contains mainly: blue. Hex color #31089A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31089A is #CEF765. Grayscale: #242424. Windows color (decimal): -13563750 or 10094641. OLE color: 10094641.

HSL color Cylindrical-coordinate representation of color #31089A: hue angle of 256.85º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #31089A is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB498154-
CMYK0.680.9500.40
HSL256.85º90.12%31.76%-
HSV(B)256.85º94.81%60.39%-
XYZ7.193.1630.8-
YUV36.9194.08136.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 8 (3.52% from 255) = 3.79%
BLUE value IS 154 (60.55% from 255) = 72.99%
R=23.22%
G=3.79%
B=72.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal4981540.680.9500.40256.8590.1231.76
Hex3189A445F0281015a20
Octal611023210413705040113240
Binary1100011000100110101000100101111101010001000000011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31089A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31089A; }

 p { color: rgb(49,8,154); }

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

<style>
 a { background-color: #31089A; }

 a { background-color: rgb(49,8,154); }

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

<style>
 span { border-color: #31089A; }

 span { border-color: rgb(49,8,154); }

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