#31026B

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

Shades of Persian Indigo #31026B

Tints of Persian Indigo #31026B

Color information

#31026B (or 0x31026B) is unknown color: approx Persian Indigo. HEX triplet: 31, 02 and 6B. RGB value is (49,2,107). Sum of RGB (Red+Green+Blue) = 49+2+107=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #31026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31026B is #CEFD94. Grayscale: #1B1B1B. Windows color (decimal): -13565333 or 7012913. OLE color: 7012913.

HSL color Cylindrical-coordinate representation of color #31026B: hue angle of 266.86º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31026B is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB492107-
CMYK0.540.9800.58
HSL266.86º96.33%21.37%-
HSV(B)266.86º98.13%41.96%-
XYZ3.941.7614.04-
YUV28.02172.57142.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 107 (42.19% from 255) = 67.72%
R=31.01%
G=1.27%
B=67.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4921070.540.9800.58266.8696.3321.37
Hex3126B366203A10b6015
Octal6121536614207241314025
Binary11000110110101111011011000100111010100001011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,2,107); }

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

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

 a { background-color: rgb(49,2,107); }

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

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

 span { border-color: rgb(49,2,107); }

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