#2B008F

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

Shades of Persian Indigo #2B008F

Tints of Persian Indigo #2B008F

Color information

#2B008F (or 0x2B008F) is unknown color: approx Persian Indigo. HEX triplet: 2B, 00 and 8F. RGB value is (43,0,143). Sum of RGB (Red+Green+Blue) = 43+0+143=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 143 (56.25% from 255 or 76.88% from 186); Max value from RGB is 143 - color contains mainly: blue. Hex color #2B008F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B008F is #D4FF70. Grayscale: #1C1C1C. Windows color (decimal): -13959025 or 9371691. OLE color: 9371691.

HSL color Cylindrical-coordinate representation of color #2B008F: hue angle of 258.04º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B008F is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB430143-
CMYK0.70100.44
HSL258.04º100%28.04%-
HSV(B)258.04º100%56.08%-
XYZ5.952.526.15-
YUV29.16192.25137.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 76.88%
R=23.12%
G=0%
B=76.88%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4301430.70100.44258.0410028.04
Hex2B08F466402C102641c
Octal53021710614405440214434
Binary101011010001111100011011001000101100100000010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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