#2A1EB5

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

Shades of Persian Blue #2A1EB5

Tints of Persian Blue #2A1EB5

Color information

#2A1EB5 (or 0x2A1EB5) is unknown color: approx Persian Blue. HEX triplet: 2A, 1E and B5. RGB value is (42,30,181). Sum of RGB (Red+Green+Blue) = 42+30+181=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 181 (71.09% from 255 or 71.54% from 253); Max value from RGB is 181 - color contains mainly: blue. Hex color #2A1EB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1EB5 is #D5E14A. Grayscale: #323232. Windows color (decimal): -14016843 or 11869738. OLE color: 11869738.

HSL color Cylindrical-coordinate representation of color #2A1EB5: hue angle of 244.77º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A1EB5 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4230181-
CMYK0.770.8300.29
HSL244.77º71.56%41.37%-
HSV(B)244.77º83.43%70.98%-
XYZ9.764.7644.12-
YUV50.8201.48121.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.60%
GREEN value IS 30 (12.11% from 255) = 11.86%
BLUE value IS 181 (71.09% from 255) = 71.54%
R=16.60%
G=11.86%
B=71.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42301810.770.8300.29244.7771.5641.37
Hex2A1EB54D5301Df54829
Octal523626511512303536511051
Binary101010111101011010110011011010011011101111101011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,30,181); }

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

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

 a { background-color: rgb(42,30,181); }

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

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

 span { border-color: rgb(42,30,181); }

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