#2E258A

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

Shades of Persian Indigo #2E258A

Tints of Persian Indigo #2E258A

Color information

#2E258A (or 0x2E258A) is unknown color: approx Persian Indigo. HEX triplet: 2E, 25 and 8A. RGB value is (46,37,138). Sum of RGB (Red+Green+Blue) = 46+37+138=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E258A is #D1DA75. Grayscale: #323232. Windows color (decimal): -13752950 or 9053486. OLE color: 9053486.

HSL color Cylindrical-coordinate representation of color #2E258A: hue angle of 245.35º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E258A is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4637138-
CMYK0.670.7300.46
HSL245.35º57.71%34.31%-
HSV(B)245.35º73.19%54.12%-
XYZ6.383.7424.43-
YUV51.2176.98124.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.81%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 138 (54.30% from 255) = 62.44%
R=20.81%
G=16.74%
B=62.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal46371380.670.7300.46245.3557.7134.31
Hex2E258A434902Ef53a22
Octal56452121031110563657242
Binary1011101001011000101010000111001001010111011110101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E258A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,37,138); }

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

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

 a { background-color: rgb(46,37,138); }

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

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

 span { border-color: rgb(46,37,138); }

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