#2A1FBD

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

Shades of Persian Blue #2A1FBD

Tints of Persian Blue #2A1FBD

Color information

#2A1FBD (or 0x2A1FBD) is unknown color: approx Persian Blue. HEX triplet: 2A, 1F and BD. RGB value is (42,31,189). Sum of RGB (Red+Green+Blue) = 42+31+189=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 189 (74.22% from 255 or 72.14% from 262); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A1FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A1FBD is #D5E042. Grayscale: #333333. Windows color (decimal): -14016579 or 12394282. OLE color: 12394282.

HSL color Cylindrical-coordinate representation of color #2A1FBD: hue angle of 244.18º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A1FBD is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4231189-
CMYK0.780.8400.26
HSL244.18º71.82%43.14%-
HSV(B)244.18º83.6%74.12%-
XYZ10.635.1548.58-
YUV52.3205.14120.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.03%
GREEN value IS 31 (12.5% from 255) = 11.83%
BLUE value IS 189 (74.22% from 255) = 72.14%
R=16.03%
G=11.83%
B=72.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal42311890.780.8400.26244.1871.8243.14
Hex2A1FBD4E5401Af4482b
Octal523727511612403236411053
Binary101010111111011110110011101010100011010111101001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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