#2B0173

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

Shades of Persian Indigo #2B0173

Tints of Persian Indigo #2B0173

Color information

#2B0173 (or 0x2B0173) is unknown color: approx Persian Indigo. HEX triplet: 2B, 01 and 73. RGB value is (43,1,115). Sum of RGB (Red+Green+Blue) = 43+1+115=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 115 (45.31% from 255 or 72.33% from 159); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B0173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0173 is #D4FE8C. Grayscale: #1A1A1A. Windows color (decimal): -13958797 or 7536939. OLE color: 7536939.

HSL color Cylindrical-coordinate representation of color #2B0173: hue angle of 262.11º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B0173 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB431115-
CMYK0.630.9900.55
HSL262.11º98.28%22.75%-
HSV(B)262.11º99.13%45.1%-
XYZ4.11.7716.35-
YUV26.55177.91139.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.04%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 115 (45.31% from 255) = 72.33%
R=27.04%
G=0.63%
B=72.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4311150.630.9900.55262.1198.2822.75
Hex2B1733F630371066217
Octal5311637714306740614227
Binary1010111111001111111111000110110111100000110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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