#31046F

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

Shades of Persian Indigo #31046F

Tints of Persian Indigo #31046F

Color information

#31046F (or 0x31046F) is unknown color: approx Persian Indigo. HEX triplet: 31, 04 and 6F. RGB value is (49,4,111). Sum of RGB (Red+Green+Blue) = 49+4+111=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 111 (43.75% from 255 or 67.68% from 164); Max value from RGB is 111 - color contains mainly: blue. Hex color #31046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31046F is #CEFB90. Grayscale: #1D1D1D. Windows color (decimal): -13564817 or 7275569. OLE color: 7275569.

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

Color convert

RGB494111-
CMYK0.560.9600.56
HSL265.23º93.04%22.55%-
HSV(B)265.23º96.4%43.53%-
XYZ4.181.8915.18-
YUV29.65173.91141.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 111 (43.75% from 255) = 67.68%
R=29.88%
G=2.44%
B=67.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4941110.560.9600.56265.2393.0422.55
Hex3146F38600381095d17
Octal6141577014007041113527
Binary110001100110111111100011000000111000100001001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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