#2B0060

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

Shades of Persian Indigo #2B0060

Tints of Persian Indigo #2B0060

Color information

#2B0060 (or 0x2B0060) is unknown color: approx Persian Indigo. HEX triplet: 2B, 00 and 60. RGB value is (43,0,96). Sum of RGB (Red+Green+Blue) = 43+0+96=139 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.94% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 96 (37.89% from 255 or 69.06% from 139); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B0060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0060 is #D4FF9F. Grayscale: #171717. Windows color (decimal): -13959072 or 6291499. OLE color: 6291499.

HSL color Cylindrical-coordinate representation of color #2B0060: hue angle of 266.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B0060 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB43096-
CMYK0.55100.62
HSL266.88º100%18.82%-
HSV(B)266.88º100%37.65%-
XYZ3.111.3611.16-
YUV23.8168.75141.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 69.06%
R=30.94%
G=0%
B=69.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal430960.55100.62266.8810018.82
Hex2B060376403E10b6413
Octal5301406714407641314423
Binary1010110110000011011111001000111110100001011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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