#2B006A

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

Shades of Persian Indigo #2B006A

Tints of Persian Indigo #2B006A

Color information

#2B006A (or 0x2B006A) is unknown color: approx Persian Indigo. HEX triplet: 2B, 00 and 6A. RGB value is (43,0,106). Sum of RGB (Red+Green+Blue) = 43+0+106=149 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.86% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 106 (41.80% from 255 or 71.14% from 149); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B006A is #D4FF95. Grayscale: #181818. Windows color (decimal): -13959062 or 6946859. OLE color: 6946859.

HSL color Cylindrical-coordinate representation of color #2B006A: hue angle of 264.34º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B006A is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB430106-
CMYK0.59100.58
HSL264.34º100%20.78%-
HSV(B)264.34º100%41.57%-
XYZ3.61.5513.75-
YUV24.94173.75140.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 71.14%
R=28.86%
G=0%
B=71.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4301060.59100.58264.3410020.78
Hex2B06A3B6403A1086415
Octal5301527314407241014425
Binary1010110110101011101111001000111010100001000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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