#2B0774

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

Shades of Persian Indigo #2B0774

Tints of Persian Indigo #2B0774

Color information

#2B0774 (or 0x2B0774) is unknown color: approx Persian Indigo. HEX triplet: 2B, 07 and 74. RGB value is (43,7,116). Sum of RGB (Red+Green+Blue) = 43+7+116=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 116 (45.70% from 255 or 69.88% from 166); Max value from RGB is 116 - color contains mainly: blue. Hex color #2B0774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0774 is #D4F88B. Grayscale: #1D1D1D. Windows color (decimal): -13957260 or 7604011. OLE color: 7604011.

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

Color convert

RGB437116-
CMYK0.630.9400.55
HSL259.82º88.62%24.12%-
HSV(B)259.82º93.97%45.49%-
XYZ4.221.9316.67-
YUV30.19176.43137.14-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.90%
GREEN value IS 7 (3.12% from 255) = 4.22%
BLUE value IS 116 (45.70% from 255) = 69.88%
R=25.90%
G=4.22%
B=69.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4371160.630.9400.55259.8288.6224.12
Hex2B7743F5E0371045918
Octal5371647713606740413130
Binary101011111111010011111110111100110111100000100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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