#2E007B

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

Shades of Persian Indigo #2E007B

Tints of Persian Indigo #2E007B

Color information

#2E007B (or 0x2E007B) is unknown color: approx Persian Indigo. HEX triplet: 2E, 00 and 7B. RGB value is (46,0,123). Sum of RGB (Red+Green+Blue) = 46+0+123=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 123 (48.44% from 255 or 72.78% from 169); Max value from RGB is 123 - color contains mainly: blue. Hex color #2E007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2E007B is #D1FF84. Grayscale: #1B1B1B. Windows color (decimal): -13762437 or 8060974. OLE color: 8060974.

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

Color convert

RGB460123-
CMYK0.63100.52
HSL262.44º100%24.12%-
HSV(B)262.44º100%48.24%-
XYZ4.72.0118.88-
YUV27.78181.74141-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 123 (48.44% from 255) = 72.78%
R=27.22%
G=0%
B=72.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4601230.63100.52262.4410024.12
Hex2E07B3F640341066418
Octal5601737714406440614430
Binary1011100111101111111111001000110100100000110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E007B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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