#31026F

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

Shades of Persian Indigo #31026F

Tints of Persian Indigo #31026F

Color information

#31026F (or 0x31026F) is unknown color: approx Persian Indigo. HEX triplet: 31, 02 and 6F. RGB value is (49,2,111). Sum of RGB (Red+Green+Blue) = 49+2+111=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 111 (43.75% from 255 or 68.52% from 162); Max value from RGB is 111 - color contains mainly: blue. Hex color #31026F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31026F is #CEFD90. Grayscale: #1C1C1C. Windows color (decimal): -13565329 or 7275057. OLE color: 7275057.

HSL color Cylindrical-coordinate representation of color #31026F: hue angle of 265.87º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31026F is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB492111-
CMYK0.560.9800.56
HSL265.87º96.46%22.16%-
HSV(B)265.87º98.2%43.53%-
XYZ4.161.8415.18-
YUV28.48174.57142.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 111 (43.75% from 255) = 68.52%
R=30.25%
G=1.23%
B=68.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4921110.560.9800.56265.8796.4622.16
Hex3126F386203810a6016
Octal6121577014207041214026
Binary11000110110111111100011000100111000100001010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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