#2E237A

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

Shades of Persian Indigo #2E237A

Tints of Persian Indigo #2E237A

Color information

#2E237A (or 0x2E237A) is unknown color: approx Persian Indigo. HEX triplet: 2E, 23 and 7A. RGB value is (46,35,122). Sum of RGB (Red+Green+Blue) = 46+35+122=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E237A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E237A is #D1DC85. Grayscale: #2F2F2F. Windows color (decimal): -13753478 or 8004398. OLE color: 8004398.

HSL color Cylindrical-coordinate representation of color #2E237A: hue angle of 247.59º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E237A is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4635122-
CMYK0.620.7100.52
HSL247.59º55.41%30.78%-
HSV(B)247.59º71.31%47.84%-
XYZ5.243.1918.75-
YUV48.21169.64126.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.66%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 122 (48.05% from 255) = 60.10%
R=22.66%
G=17.24%
B=60.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46351220.620.7100.52247.5955.4130.78
Hex2E237A3E47034f8371f
Octal5643172761070643706737
Binary1011101000111111010111110100011101101001111100011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E237A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,35,122); }

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

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

 a { background-color: rgb(46,35,122); }

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

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

 span { border-color: rgb(46,35,122); }

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