#2B0E73

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

Shades of Persian Indigo #2B0E73

Tints of Persian Indigo #2B0E73

Color information

#2B0E73 (or 0x2B0E73) is unknown color: approx Persian Indigo. HEX triplet: 2B, 0E and 73. RGB value is (43,14,115). Sum of RGB (Red+Green+Blue) = 43+14+115=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 115 (45.31% from 255 or 66.86% from 172); Max value from RGB is 115 - color contains mainly: blue. Hex color #2B0E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0E73 is #D4F18C. Grayscale: #212121. Windows color (decimal): -13955469 or 7540267. OLE color: 7540267.

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

Color convert

RGB4314115-
CMYK0.630.8800.55
HSL257.23º78.29%25.29%-
HSV(B)257.23º87.83%45.1%-
XYZ4.252.0716.39-
YUV34.18173.61134.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25%
GREEN value IS 14 (5.86% from 255) = 8.14%
BLUE value IS 115 (45.31% from 255) = 66.86%
R=25%
G=8.14%
B=66.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal43141150.630.8800.55257.2378.2925.29
Hex2BE733F580371014e19
Octal53161637713006740111631
Binary1010111110111001111111110110000110111100000001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,14,115); }

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

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

 a { background-color: rgb(43,14,115); }

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

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

 span { border-color: rgb(43,14,115); }

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