#2B0177

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

Shades of Persian Indigo #2B0177

Tints of Persian Indigo #2B0177

Color information

#2B0177 (or 0x2B0177) is unknown color: approx Persian Indigo. HEX triplet: 2B, 01 and 77. RGB value is (43,1,119). Sum of RGB (Red+Green+Blue) = 43+1+119=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 119 (46.88% from 255 or 73.01% from 163); Max value from RGB is 119 - color contains mainly: blue. Hex color #2B0177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0177 is #D4FE88. Grayscale: #1A1A1A. Windows color (decimal): -13958793 or 7799083. OLE color: 7799083.

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

Color convert

RGB431119-
CMYK0.640.9900.53
HSL261.36º98.33%23.53%-
HSV(B)261.36º99.16%46.67%-
XYZ4.341.8717.58-
YUV27.01179.91139.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.38%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 119 (46.88% from 255) = 73.01%
R=26.38%
G=0.61%
B=73.01%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4311190.640.9900.53261.3698.3323.53
Hex2B17740630351056218
Octal53116710014306540514230
Binary10101111110111100000011000110110101100000101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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