#31096E

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

Shades of Persian Indigo #31096E

Tints of Persian Indigo #31096E

Color information

#31096E (or 0x31096E) is unknown color: approx Persian Indigo. HEX triplet: 31, 09 and 6E. RGB value is (49,9,110). Sum of RGB (Red+Green+Blue) = 49+9+110=168 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.17% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 110 (43.36% from 255 or 65.48% from 168); Max value from RGB is 110 - color contains mainly: blue. Hex color #31096E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31096E is #CEF691. Grayscale: #202020. Windows color (decimal): -13563538 or 7211313. OLE color: 7211313.

HSL color Cylindrical-coordinate representation of color #31096E: hue angle of 263.76º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31096E is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB499110-
CMYK0.550.9200.57
HSL263.76º84.87%23.33%-
HSV(B)263.76º91.82%43.14%-
XYZ4.181.9714.91-
YUV32.47171.75139.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.17%
GREEN value IS 9 (3.91% from 255) = 5.36%
BLUE value IS 110 (43.36% from 255) = 65.48%
R=29.17%
G=5.36%
B=65.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4991100.550.9200.57263.7684.8723.33
Hex3196E375C0391085517
Octal61111566713407141012527
Binary1100011001110111011011110111000111001100001000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31096E; }

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

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

<style>
 a { background-color: #31096E; }

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

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

<style>
 span { border-color: #31096E; }

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

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