#2A1FB5

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

Shades of Persian Blue #2A1FB5

Tints of Persian Blue #2A1FB5

Color information

#2A1FB5 (or 0x2A1FB5) is unknown color: approx Persian Blue. HEX triplet: 2A, 1F and B5. RGB value is (42,31,181). Sum of RGB (Red+Green+Blue) = 42+31+181=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 181 (71.09% from 255 or 71.26% from 254); Max value from RGB is 181 - color contains mainly: blue. Hex color #2A1FB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1FB5 is #D5E04A. Grayscale: #323232. Windows color (decimal): -14016587 or 11869994. OLE color: 11869994.

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

Color convert

RGB4231181-
CMYK0.770.8300.29
HSL244.4º70.75%41.57%-
HSV(B)244.4º82.87%70.98%-
XYZ9.794.8144.13-
YUV51.39201.14121.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.54%
GREEN value IS 31 (12.5% from 255) = 12.20%
BLUE value IS 181 (71.09% from 255) = 71.26%
R=16.54%
G=12.20%
B=71.26%

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
Decimal42311810.770.8300.29244.470.7541.57
Hex2A1FB54D5301Df4472a
Octal523726511512303536410752
Binary101010111111011010110011011010011011101111101001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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