#2B148E

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

Shades of Persian Indigo #2B148E

Tints of Persian Indigo #2B148E

Color information

#2B148E (or 0x2B148E) is unknown color: approx Persian Indigo. HEX triplet: 2B, 14 and 8E. RGB value is (43,20,142). Sum of RGB (Red+Green+Blue) = 43+20+142=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #2B148E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B148E is #D4EB71. Grayscale: #282828. Windows color (decimal): -13953906 or 9311275. OLE color: 9311275.

HSL color Cylindrical-coordinate representation of color #2B148E: hue angle of 251.31º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B148E is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4320142-
CMYK0.700.8600.44
HSL251.31º75.31%31.76%-
HSV(B)251.31º85.92%55.69%-
XYZ6.132.9725.84-
YUV40.78185.12129.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.98%
GREEN value IS 20 (8.20% from 255) = 9.76%
BLUE value IS 142 (55.86% from 255) = 69.27%
R=20.98%
G=9.76%
B=69.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43201420.700.8600.44251.3175.3131.76
Hex2B148E465602Cfb4b20
Octal532421610612605437311340
Binary1010111010010001110100011010101100101100111110111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B148E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,20,142); }

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

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

 a { background-color: rgb(43,20,142); }

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

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

 span { border-color: rgb(43,20,142); }

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