#2B0E67

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

Shades of Persian Indigo #2B0E67

Tints of Persian Indigo #2B0E67

Color information

#2B0E67 (or 0x2B0E67) is unknown color: approx Persian Indigo. HEX triplet: 2B, 0E and 67. RGB value is (43,14,103). Sum of RGB (Red+Green+Blue) = 43+14+103=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 103 (40.62% from 255 or 64.38% from 160); Max value from RGB is 103 - color contains mainly: blue. Hex color #2B0E67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0E67 is #D4F198. Grayscale: #202020. Windows color (decimal): -13955481 or 6753835. OLE color: 6753835.

HSL color Cylindrical-coordinate representation of color #2B0E67: hue angle of 259.55º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B0E67 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4314103-
CMYK0.580.8600.60
HSL259.55º76.07%22.94%-
HSV(B)259.55º86.41%40.39%-
XYZ3.61.8112.99-
YUV32.82167.61135.26-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.88%
GREEN value IS 14 (5.86% from 255) = 8.75%
BLUE value IS 103 (40.62% from 255) = 64.38%
R=26.88%
G=8.75%
B=64.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal43141030.580.8600.60259.5576.0722.94
Hex2BE673A5603C1044c17
Octal53161477212607440411427
Binary1010111110110011111101010101100111100100000100100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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