Html Css Color HEX #2A29AB Persian Blue

📋 copy color: '#2A29AB'

red 42 ◦ green 41 ◦ blue 171

#2A29AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2A29AB

Tints of Persian Blue #2A29AB

RGB

 RED value IS 42 (16.8% from 255) = 16.54%

 GREEN value IS 41 (16.41% from 255) = 16.14%

 BLUE value IS 171 (67.19% from 255) = 67.32%

R = 16.54%
G = 16.14%
B = 67.32%

CMYK

 C value IS 0.75

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2A29AB (or 0x2A29AB) is known color: Persian Blue. HEX triplet: 2A, 29 and AB. RGB value is (42,41,171). Sum of RGB (Red+Green+Blue) = 42+41+171=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A29AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A29AB is #D5D654. Grayscale: #373737. Windows color (decimal): -14014037 or 11217194. OLE color: 11217194.

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

Color convert

RGB 42 41 171 -
CMYK 0.75 0.76 0 0.33
HSL 240.46º 0.61% 0.42% -
HSV(B) 240.46º 0.76% 0.67% -
XYZ 9.1 5.02 39.02 -
YUV 56.12 192.83 117.93 -
System Red Green Blue C M Y K H S L
Decimal 42 41 171 0.75 0.76 0 0.33 240.46 0.61 0.42
Hex 2A 29 AB 4B 4C 0 21 F0 3D 2A
Octal 52 51 253 113 114 0 41 360 75 52
Binary 101010 101001 10101011 1001011 1001100 0 100001 11110000 111101 101010

Color Harmonies of #2A29AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A29AB

Black with #2A29AB

Text Example


Text Example

White with #2A29AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2A29AB;
 }
 .AnyTagClassName
 {
   color: #2A29AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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