#2B0377

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

Shades of Persian Indigo #2B0377

Tints of Persian Indigo #2B0377

Color information

#2B0377 (or 0x2B0377) is unknown color: approx Persian Indigo. HEX triplet: 2B, 03 and 77. RGB value is (43,3,119). Sum of RGB (Red+Green+Blue) = 43+3+119=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 119 (46.88% from 255 or 72.12% from 165); Max value from RGB is 119 - color contains mainly: blue. Hex color #2B0377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0377 is #D4FC88. Grayscale: #1B1B1B. Windows color (decimal): -13958281 or 7799595. OLE color: 7799595.

HSL color Cylindrical-coordinate representation of color #2B0377: hue angle of 260.69º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B0377 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB433119-
CMYK0.640.9700.53
HSL260.69º95.08%23.92%-
HSV(B)260.69º97.48%46.67%-
XYZ4.361.9117.59-
YUV28.18179.25138.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.06%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 119 (46.88% from 255) = 72.12%
R=26.06%
G=1.82%
B=72.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4331190.640.9700.53260.6995.0823.92
Hex2B37740610351055f18
Octal53316710014106540513730
Binary101011111110111100000011000010110101100000101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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