#2E1685

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

Shades of Persian Indigo #2E1685

Tints of Persian Indigo #2E1685

Color information

#2E1685 (or 0x2E1685) is unknown color: approx Persian Indigo. HEX triplet: 2E, 16 and 85. RGB value is (46,22,133). Sum of RGB (Red+Green+Blue) = 46+22+133=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E1685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2E1685 is #D1E97A. Grayscale: #292929. Windows color (decimal): -13756795 or 8721966. OLE color: 8721966.

HSL color Cylindrical-coordinate representation of color #2E1685: hue angle of 252.97º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E1685 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4622133-
CMYK0.650.8300.48
HSL252.97º71.61%30.39%-
HSV(B)252.97º83.46%52.16%-
XYZ5.652.8522.44-
YUV41.83179.45130.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.89%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 133 (52.34% from 255) = 66.17%
R=22.89%
G=10.95%
B=66.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal46221330.650.8300.48252.9771.6130.39
Hex2E16854153030fd481e
Octal562620510112306037511036
Binary101110101101000010110000011010011011000011111101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E1685; }

 p { color: rgb(46,22,133); }

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

<style>
 a { background-color: #2E1685; }

 a { background-color: rgb(46,22,133); }

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

<style>
 span { border-color: #2E1685; }

 span { border-color: rgb(46,22,133); }

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