#2B148C

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

Shades of Persian Indigo #2B148C

Tints of Persian Indigo #2B148C

Color information

#2B148C (or 0x2B148C) is unknown color: approx Persian Indigo. HEX triplet: 2B, 14 and 8C. RGB value is (43,20,140). Sum of RGB (Red+Green+Blue) = 43+20+140=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B148C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B148C is #D4EB73. Grayscale: #282828. Windows color (decimal): -13953908 or 9180203. OLE color: 9180203.

HSL color Cylindrical-coordinate representation of color #2B148C: hue angle of 251.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B148C is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4320140-
CMYK0.690.8600.45
HSL251.5º75%31.37%-
HSV(B)251.5º85.71%54.9%-
XYZ5.982.9125.06-
YUV40.56184.12129.74-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.18%
GREEN value IS 20 (8.20% from 255) = 9.85%
BLUE value IS 140 (55.08% from 255) = 68.97%
R=21.18%
G=9.85%
B=68.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43201400.690.8600.45251.57531.37
Hex2B148C455602Dfc4b1f
Octal532421410512605537411337
Binary101011101001000110010001011010110010110111111100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B148C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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