#2E057B

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

Shades of Persian Indigo #2E057B

Tints of Persian Indigo #2E057B

Color information

#2E057B (or 0x2E057B) is unknown color: approx Persian Indigo. HEX triplet: 2E, 05 and 7B. RGB value is (46,5,123). Sum of RGB (Red+Green+Blue) = 46+5+123=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 123 (48.44% from 255 or 70.69% from 174); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E057B is #D1FA84. Grayscale: #1E1E1E. Windows color (decimal): -13761157 or 8062254. OLE color: 8062254.

HSL color Cylindrical-coordinate representation of color #2E057B: hue angle of 260.85º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E057B is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB465123-
CMYK0.630.9600.52
HSL260.85º92.19%25.1%-
HSV(B)260.85º95.93%48.24%-
XYZ4.762.1218.9-
YUV30.71180.08138.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.44%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 123 (48.44% from 255) = 70.69%
R=26.44%
G=2.87%
B=70.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4651230.630.9600.52260.8592.1925.1
Hex2E57B3F600341055c19
Octal5651737714006440513431
Binary101110101111101111111111000000110100100000101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,5,123); }

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

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

 a { background-color: rgb(46,5,123); }

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

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

 span { border-color: rgb(46,5,123); }

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