#2B0763

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

Shades of Persian Indigo #2B0763

Tints of Persian Indigo #2B0763

Color information

#2B0763 (or 0x2B0763) is unknown color: approx Persian Indigo. HEX triplet: 2B, 07 and 63. RGB value is (43,7,99). Sum of RGB (Red+Green+Blue) = 43+7+99=149 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.86% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 99 (39.06% from 255 or 66.44% from 149); Max value from RGB is 99 - color contains mainly: blue. Hex color #2B0763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0763 is #D4F89C. Grayscale: #1B1B1B. Windows color (decimal): -13957277 or 6489899. OLE color: 6489899.

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

Color convert

RGB43799-
CMYK0.570.9300.61
HSL263.48º86.79%20.78%-
HSV(B)263.48º92.93%38.82%-
XYZ3.321.5711.93-
YUV28.25167.93138.52-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.86%
GREEN value IS 7 (3.12% from 255) = 4.70%
BLUE value IS 99 (39.06% from 255) = 66.44%
R=28.86%
G=4.70%
B=66.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal437990.570.9300.61263.4886.7920.78
Hex2B763395D03D1075715
Octal5371437113507540712725
Binary101011111110001111100110111010111101100000111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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