#2A217F

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

Shades of Persian Indigo #2A217F

Tints of Persian Indigo #2A217F

Color information

#2A217F (or 0x2A217F) is unknown color: approx Persian Indigo. HEX triplet: 2A, 21 and 7F. RGB value is (42,33,127). Sum of RGB (Red+Green+Blue) = 42+33+127=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 127 (50% from 255 or 62.87% from 202); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A217F is #D5DE80. Grayscale: #2E2E2E. Windows color (decimal): -14016129 or 8331562. OLE color: 8331562.

HSL color Cylindrical-coordinate representation of color #2A217F: hue angle of 245.74º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A217F is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4233127-
CMYK0.670.7400.50
HSL245.74º58.75%31.37%-
HSV(B)245.74º74.02%49.8%-
XYZ5.333.1120.4-
YUV46.41173.48124.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.79%
GREEN value IS 33 (13.28% from 255) = 16.34%
BLUE value IS 127 (50% from 255) = 62.87%
R=20.79%
G=16.34%
B=62.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42331270.670.7400.50245.7458.7531.37
Hex2A217F434A032f63b1f
Octal52411771031120623667337
Binary10101010000111111111000011100101001100101111011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,33,127); }

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

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

 a { background-color: rgb(42,33,127); }

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

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

 span { border-color: rgb(42,33,127); }

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