#2B0F81

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

Shades of Persian Indigo #2B0F81

Tints of Persian Indigo #2B0F81

Color information

#2B0F81 (or 0x2B0F81) is unknown color: approx Persian Indigo. HEX triplet: 2B, 0F and 81. RGB value is (43,15,129). Sum of RGB (Red+Green+Blue) = 43+15+129=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 129 (50.78% from 255 or 68.98% from 187); Max value from RGB is 129 - color contains mainly: blue. Hex color #2B0F81 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0F81 is #D4F07E. Grayscale: #232323. Windows color (decimal): -13955199 or 8458027. OLE color: 8458027.

HSL color Cylindrical-coordinate representation of color #2B0F81: hue angle of 254.74º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B0F81 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4315129-
CMYK0.670.8800.49
HSL254.74º79.17%28.24%-
HSV(B)254.74º88.37%50.59%-
XYZ5.132.4420.97-
YUV36.37180.28132.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.99%
GREEN value IS 15 (6.25% from 255) = 8.02%
BLUE value IS 129 (50.78% from 255) = 68.98%
R=22.99%
G=8.02%
B=68.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43151290.670.8800.49254.7479.1728.24
Hex2BF814358031ff4f1c
Octal531720110313006137711734
Binary10101111111000000110000111011000011000111111111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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