#2B007E

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

Shades of Persian Indigo #2B007E

Tints of Persian Indigo #2B007E

Color information

#2B007E (or 0x2B007E) is unknown color: approx Persian Indigo. HEX triplet: 2B, 00 and 7E. RGB value is (43,0,126). Sum of RGB (Red+Green+Blue) = 43+0+126=169 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.44% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 126 (49.61% from 255 or 74.56% from 169); Max value from RGB is 126 - color contains mainly: blue. Hex color #2B007E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B007E is #D4FF81. Grayscale: #1A1A1A. Windows color (decimal): -13959042 or 8257579. OLE color: 8257579.

HSL color Cylindrical-coordinate representation of color #2B007E: hue angle of 260.48º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B007E is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB430126-
CMYK0.66100.51
HSL260.48º100%24.71%-
HSV(B)260.48º100%49.41%-
XYZ4.762.0219.88-
YUV27.22183.75139.25-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 126 (49.61% from 255) = 74.56%
R=25.44%
G=0%
B=74.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4301260.66100.51260.4810024.71
Hex2B07E42640331046419
Octal53017610214406340414431
Binary10101101111110100001011001000110011100000100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B007E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,0,126); }

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

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

 a { background-color: rgb(43,0,126); }

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

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

 span { border-color: rgb(43,0,126); }

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