#31046E

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

Shades of Persian Indigo #31046E

Tints of Persian Indigo #31046E

Color information

#31046E (or 0x31046E) is unknown color: approx Persian Indigo. HEX triplet: 31, 04 and 6E. RGB value is (49,4,110). Sum of RGB (Red+Green+Blue) = 49+4+110=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 110 (43.36% from 255 or 67.48% from 163); Max value from RGB is 110 - color contains mainly: blue. Hex color #31046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31046E is #CEFB91. Grayscale: #1D1D1D. Windows color (decimal): -13564818 or 7210033. OLE color: 7210033.

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

Color convert

RGB494110-
CMYK0.550.9600.57
HSL265.47º92.98%22.35%-
HSV(B)265.47º96.36%43.14%-
XYZ4.121.8714.89-
YUV29.54173.41141.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.06%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 110 (43.36% from 255) = 67.48%
R=30.06%
G=2.45%
B=67.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4941100.550.9600.57265.4792.9822.35
Hex3146E37600391095d16
Octal6141566714007141113526
Binary110001100110111011011111000000111001100001001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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