#2E227A

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

Shades of Persian Indigo #2E227A

Tints of Persian Indigo #2E227A

Color information

#2E227A (or 0x2E227A) is unknown color: approx Persian Indigo. HEX triplet: 2E, 22 and 7A. RGB value is (46,34,122). Sum of RGB (Red+Green+Blue) = 46+34+122=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 122 (48.05% from 255 or 60.40% from 202); Max value from RGB is 122 - color contains mainly: blue. Hex color #2E227A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E227A is #D1DD85. Grayscale: #2F2F2F. Windows color (decimal): -13753734 or 8004142. OLE color: 8004142.

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

Color convert

RGB4634122-
CMYK0.620.7200.52
HSL248.18º56.41%30.59%-
HSV(B)248.18º72.13%47.84%-
XYZ5.213.1318.74-
YUV47.62169.98126.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.77%
GREEN value IS 34 (13.67% from 255) = 16.83%
BLUE value IS 122 (48.05% from 255) = 60.40%
R=22.77%
G=16.83%
B=60.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal46341220.620.7200.52248.1856.4130.59
Hex2E227A3E48034f8381f
Octal5642172761100643707037
Binary1011101000101111010111110100100001101001111100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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