#2A26AD

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

Shades of Persian Blue #2A26AD

Tints of Persian Blue #2A26AD

Color information

#2A26AD (or 0x2A26AD) is unknown color: approx Persian Blue. HEX triplet: 2A, 26 and AD. RGB value is (42,38,173). Sum of RGB (Red+Green+Blue) = 42+38+173=253 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.60% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #2A26AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A26AD is #D5D952. Grayscale: #363636. Windows color (decimal): -14014803 or 11347498. OLE color: 11347498.

HSL color Cylindrical-coordinate representation of color #2A26AD: hue angle of 241.78º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A26AD is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4238173-
CMYK0.760.7800.32
HSL241.78º63.98%41.37%-
HSV(B)241.78º78.03%67.84%-
XYZ9.194.940-
YUV54.59194.83119.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.60%
GREEN value IS 38 (15.23% from 255) = 15.02%
BLUE value IS 173 (67.97% from 255) = 68.38%
R=16.60%
G=15.02%
B=68.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42381730.760.7800.32241.7863.9841.37
Hex2A26AD4C4E020f24029
Octal524625511411604036210051
Binary10101010011010101101100110010011100100000111100101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A26AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,38,173); }

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

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

 a { background-color: rgb(42,38,173); }

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

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

 span { border-color: rgb(42,38,173); }

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