#2B0380

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

Shades of Persian Indigo #2B0380

Tints of Persian Indigo #2B0380

Color information

#2B0380 (or 0x2B0380) is unknown color: approx Persian Indigo. HEX triplet: 2B, 03 and 80. RGB value is (43,3,128). Sum of RGB (Red+Green+Blue) = 43+3+128=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 128 (50.39% from 255 or 73.56% from 174); Max value from RGB is 128 - color contains mainly: blue. Hex color #2B0380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0380 is #D4FC7F. Grayscale: #1C1C1C. Windows color (decimal): -13958272 or 8389419. OLE color: 8389419.

HSL color Cylindrical-coordinate representation of color #2B0380: hue angle of 259.2º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B0380 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB433128-
CMYK0.660.9800.50
HSL259.2º95.42%25.69%-
HSV(B)259.2º97.66%50.2%-
XYZ4.932.1420.58-
YUV29.21183.75137.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.71%
GREEN value IS 3 (1.56% from 255) = 1.72%
BLUE value IS 128 (50.39% from 255) = 73.56%
R=24.71%
G=1.72%
B=73.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4331280.660.9800.50259.295.4225.69
Hex2B38042620321035f1a
Octal53320010214206240313732
Binary1010111110000000100001011000100110010100000011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,3,128); }

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

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

 a { background-color: rgb(43,3,128); }

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

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

 span { border-color: rgb(43,3,128); }

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