#2B077C

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

Shades of Persian Indigo #2B077C

Tints of Persian Indigo #2B077C

Color information

#2B077C (or 0x2B077C) is unknown color: approx Persian Indigo. HEX triplet: 2B, 07 and 7C. RGB value is (43,7,124). Sum of RGB (Red+Green+Blue) = 43+7+124=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #2B077C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B077C is #D4F883. Grayscale: #1E1E1E. Windows color (decimal): -13957252 or 8128299. OLE color: 8128299.

HSL color Cylindrical-coordinate representation of color #2B077C: hue angle of 258.46º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B077C is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB437124-
CMYK0.650.9400.51
HSL258.46º89.31%25.69%-
HSV(B)258.46º94.35%48.63%-
XYZ4.712.1219.23-
YUV31.1180.43136.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.71%
GREEN value IS 7 (3.12% from 255) = 4.02%
BLUE value IS 124 (48.83% from 255) = 71.26%
R=24.71%
G=4.02%
B=71.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4371240.650.9400.51258.4689.3125.69
Hex2B77C415E033102591a
Octal53717410113606340213132
Binary1010111111111100100000110111100110011100000010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B077C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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