#31096C

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

Shades of Persian Indigo #31096C

Tints of Persian Indigo #31096C

Color information

#31096C (or 0x31096C) is unknown color: approx Persian Indigo. HEX triplet: 31, 09 and 6C. RGB value is (49,9,108). Sum of RGB (Red+Green+Blue) = 49+9+108=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #31096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31096C is #CEF693. Grayscale: #1F1F1F. Windows color (decimal): -13563540 or 7080241. OLE color: 7080241.

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

Color convert

RGB499108-
CMYK0.550.9200.58
HSL264.24º84.62%22.94%-
HSV(B)264.24º91.67%42.35%-
XYZ4.071.9314.35-
YUV32.25170.75139.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.52%
GREEN value IS 9 (3.91% from 255) = 5.42%
BLUE value IS 108 (42.58% from 255) = 65.06%
R=29.52%
G=5.42%
B=65.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4991080.550.9200.58264.2484.6222.94
Hex3196C375C03A1085517
Octal61111546713407241012527
Binary1100011001110110011011110111000111010100001000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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