#2A1384

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

Shades of Persian Indigo #2A1384

Tints of Persian Indigo #2A1384

Color information

#2A1384 (or 0x2A1384) is unknown color: approx Persian Indigo. HEX triplet: 2A, 13 and 84. RGB value is (42,19,132). Sum of RGB (Red+Green+Blue) = 42+19+132=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 132 (51.95% from 255 or 68.39% from 193); Max value from RGB is 132 - color contains mainly: blue. Hex color #2A1384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1384 is #D5EC7B. Grayscale: #262626. Windows color (decimal): -14019708 or 8655658. OLE color: 8655658.

HSL color Cylindrical-coordinate representation of color #2A1384: hue angle of 252.21º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2A1384 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4219132-
CMYK0.680.8600.48
HSL252.21º74.83%29.61%-
HSV(B)252.21º85.61%51.76%-
XYZ5.352.6222.05-
YUV38.76180.62130.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.76%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 132 (51.95% from 255) = 68.39%
R=21.76%
G=9.84%
B=68.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42191320.680.8600.48252.2174.8329.61
Hex2A13844456030fc4b1e
Octal522320410412606037411336
Binary101010100111000010010001001010110011000011111100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,19,132); }

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

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

 a { background-color: rgb(42,19,132); }

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

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

 span { border-color: rgb(42,19,132); }

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