#2B2380

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

Shades of Persian Indigo #2B2380

Tints of Persian Indigo #2B2380

Color information

#2B2380 (or 0x2B2380) is unknown color: approx Persian Indigo. HEX triplet: 2B, 23 and 80. RGB value is (43,35,128). Sum of RGB (Red+Green+Blue) = 43+35+128=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #2B2380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2380 is #D4DC7F. Grayscale: #2F2F2F. Windows color (decimal): -13950080 or 8397611. OLE color: 8397611.

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

Color convert

RGB4335128-
CMYK0.660.7300.50
HSL245.16º57.06%31.96%-
HSV(B)245.16º72.66%50.2%-
XYZ5.493.2720.76-
YUV47.99173.15124.44-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.87%
GREEN value IS 35 (14.06% from 255) = 16.99%
BLUE value IS 128 (50.39% from 255) = 62.14%
R=20.87%
G=16.99%
B=62.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43351280.660.7300.50245.1657.0631.96
Hex2B23804249032f53920
Octal53432001021110623657140
Binary1010111000111000000010000101001001011001011110101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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