#2B0963

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

Shades of Persian Indigo #2B0963

Tints of Persian Indigo #2B0963

Color information

#2B0963 (or 0x2B0963) is unknown color: approx Persian Indigo. HEX triplet: 2B, 09 and 63. RGB value is (43,9,99). Sum of RGB (Red+Green+Blue) = 43+9+99=151 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.48% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 99 (39.06% from 255 or 65.56% from 151); Max value from RGB is 99 - color contains mainly: blue. Hex color #2B0963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0963 is #D4F69C. Grayscale: #1D1D1D. Windows color (decimal): -13956765 or 6490411. OLE color: 6490411.

HSL color Cylindrical-coordinate representation of color #2B0963: hue angle of 262.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B0963 is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB43999-
CMYK0.570.9100.61
HSL262.67º83.33%21.18%-
HSV(B)262.67º90.91%38.82%-
XYZ3.351.6111.94-
YUV29.43167.26137.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.48%
GREEN value IS 9 (3.91% from 255) = 5.96%
BLUE value IS 99 (39.06% from 255) = 65.56%
R=28.48%
G=5.96%
B=65.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal439990.570.9100.61262.6783.3321.18
Hex2B963395B03D1075315
Octal53111437113307540712325
Binary1010111001110001111100110110110111101100000111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,9,99); }

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

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

 a { background-color: rgb(43,9,99); }

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

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

 span { border-color: rgb(43,9,99); }

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