#2B057F

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

Shades of Persian Indigo #2B057F

Tints of Persian Indigo #2B057F

Color information

#2B057F (or 0x2B057F) is unknown color: approx Persian Indigo. HEX triplet: 2B, 05 and 7F. RGB value is (43,5,127). Sum of RGB (Red+Green+Blue) = 43+5+127=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 127 (50% from 255 or 72.57% from 175); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B057F is #D4FA80. Grayscale: #1D1D1D. Windows color (decimal): -13957761 or 8324395. OLE color: 8324395.

HSL color Cylindrical-coordinate representation of color #2B057F: hue angle of 258.69º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B057F is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB435127-
CMYK0.660.9600.50
HSL258.69º92.42%25.88%-
HSV(B)258.69º96.06%49.8%-
XYZ4.882.1520.24-
YUV30.27182.59137.08-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.57%
GREEN value IS 5 (2.34% from 255) = 2.86%
BLUE value IS 127 (50% from 255) = 72.57%
R=24.57%
G=2.86%
B=72.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4351270.660.9600.50258.6992.4225.88
Hex2B57F42600321035c1a
Octal53517710214006240313432
Binary1010111011111111100001011000000110010100000011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B057F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,5,127); }

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

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

 a { background-color: rgb(43,5,127); }

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

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

 span { border-color: rgb(43,5,127); }

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