#2B1483

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

Shades of Persian Indigo #2B1483

Tints of Persian Indigo #2B1483

Color information

#2B1483 (or 0x2B1483) is unknown color: approx Persian Indigo. HEX triplet: 2B, 14 and 83. RGB value is (43,20,131). Sum of RGB (Red+Green+Blue) = 43+20+131=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 131 (51.56% from 255 or 67.53% from 194); Max value from RGB is 131 - color contains mainly: blue. Hex color #2B1483 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1483 is #D4EB7C. Grayscale: #272727. Windows color (decimal): -13953917 or 8590379. OLE color: 8590379.

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

Color convert

RGB4320131-
CMYK0.670.8500.49
HSL252.43º73.51%29.61%-
HSV(B)252.43º84.73%51.37%-
XYZ5.342.6521.7-
YUV39.53179.62130.47-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.16%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 131 (51.56% from 255) = 67.53%
R=22.16%
G=10.31%
B=67.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43201310.670.8500.49252.4373.5129.61
Hex2B14834355031fc4a1e
Octal532420310312506137411236
Binary101011101001000001110000111010101011000111111100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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