#2B0F71

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

Shades of Persian Indigo #2B0F71

Tints of Persian Indigo #2B0F71

Color information

#2B0F71 (or 0x2B0F71) is unknown color: approx Persian Indigo. HEX triplet: 2B, 0F and 71. RGB value is (43,15,113). Sum of RGB (Red+Green+Blue) = 43+15+113=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 113 (44.53% from 255 or 66.08% from 171); Max value from RGB is 113 - color contains mainly: blue. Hex color #2B0F71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0F71 is #D4F08E. Grayscale: #222222. Windows color (decimal): -13955215 or 7409451. OLE color: 7409451.

HSL color Cylindrical-coordinate representation of color #2B0F71: hue angle of 257.14º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B0F71 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4315113-
CMYK0.620.8700.56
HSL257.14º76.56%25.1%-
HSV(B)257.14º86.73%44.31%-
XYZ4.152.0515.8-
YUV34.54172.28134.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.15%
GREEN value IS 15 (6.25% from 255) = 8.77%
BLUE value IS 113 (44.53% from 255) = 66.08%
R=25.15%
G=8.77%
B=66.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43151130.620.8700.56257.1476.5625.1
Hex2BF713E570381014d19
Octal53171617612707040111531
Binary1010111111111000111111010101110111000100000001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,15,113); }

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

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

 a { background-color: rgb(43,15,113); }

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

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

 span { border-color: rgb(43,15,113); }

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