#2B046B

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

Shades of Persian Indigo #2B046B

Tints of Persian Indigo #2B046B

Color information

#2B046B (or 0x2B046B) is unknown color: approx Persian Indigo. HEX triplet: 2B, 04 and 6B. RGB value is (43,4,107). Sum of RGB (Red+Green+Blue) = 43+4+107=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 107 (42.19% from 255 or 69.48% from 154); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B046B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B046B is #D4FB94. Grayscale: #1B1B1B. Windows color (decimal): -13958037 or 7013419. OLE color: 7013419.

HSL color Cylindrical-coordinate representation of color #2B046B: hue angle of 262.72º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B046B is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB434107-
CMYK0.600.9600.58
HSL262.72º92.79%21.76%-
HSV(B)262.72º96.26%41.96%-
XYZ3.691.6614.04-
YUV27.4172.92139.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.92%
GREEN value IS 4 (1.95% from 255) = 2.60%
BLUE value IS 107 (42.19% from 255) = 69.48%
R=27.92%
G=2.60%
B=69.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4341070.600.9600.58262.7292.7921.76
Hex2B46B3C6003A1075d16
Octal5341537414007240713526
Binary101011100110101111110011000000111010100000111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,4,107); }

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

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

 a { background-color: rgb(43,4,107); }

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

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

 span { border-color: rgb(43,4,107); }

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