#2A41AB

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

Shades of Persian Blue #2A41AB

Tints of Persian Blue #2A41AB

Color information

#2A41AB (or 0x2A41AB) is unknown color: approx Persian Blue. HEX triplet: 2A, 41 and AB. RGB value is (42,65,171). Sum of RGB (Red+Green+Blue) = 42+65+171=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A41AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A41AB is #D5BE54. Grayscale: #454545. Windows color (decimal): -14007893 or 11223338. OLE color: 11223338.

HSL color Cylindrical-coordinate representation of color #2A41AB: hue angle of 229.3º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A41AB is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4265171-
CMYK0.750.6200.33
HSL229.3º60.56%41.76%-
HSV(B)229.3º75.44%67.06%-
XYZ10.27.2139.38-
YUV70.21184.88107.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.11%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 171 (67.19% from 255) = 61.51%
R=15.11%
G=23.38%
B=61.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42651710.750.6200.33229.360.5641.76
Hex2A41AB4B3E021e53d2a
Octal52101253113760413457552
Binary1010101000001101010111001011111110010000111100101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A41AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,65,171); }

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

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

 a { background-color: rgb(42,65,171); }

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

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

 span { border-color: rgb(42,65,171); }

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