#2A29B9

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

Shades of Persian Blue #2A29B9

Tints of Persian Blue #2A29B9

Color information

#2A29B9 (or 0x2A29B9) is unknown color: approx Persian Blue. HEX triplet: 2A, 29 and B9. RGB value is (42,41,185). Sum of RGB (Red+Green+Blue) = 42+41+185=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 185 (72.66% from 255 or 69.03% from 268); Max value from RGB is 185 - color contains mainly: blue. Hex color #2A29B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A29B9 is #D5D646. Grayscale: #393939. Windows color (decimal): -14014023 or 12134698. OLE color: 12134698.

HSL color Cylindrical-coordinate representation of color #2A29B9: hue angle of 240.42º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A29B9 is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4241185-
CMYK0.770.7800.27
HSL240.42º63.72%44.31%-
HSV(B)240.42º77.84%72.55%-
XYZ10.55.5846.42-
YUV57.72199.83116.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.67%
GREEN value IS 41 (16.41% from 255) = 15.30%
BLUE value IS 185 (72.66% from 255) = 69.03%
R=15.67%
G=15.30%
B=69.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42411850.770.7800.27240.4263.7244.31
Hex2A29B94D4E01Bf0402c
Octal525127111511603336010054
Binary1010101010011011100110011011001110011011111100001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A29B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,41,185); }

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

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

 a { background-color: rgb(42,41,185); }

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

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

 span { border-color: rgb(42,41,185); }

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