Html Css Color HEX #2929AF Persian Blue

📋 copy color: '#2929AF'

red 41 ◦ green 41 ◦ blue 175

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

Shades of Persian Blue #2929AF

Tints of Persian Blue #2929AF

RGB

 RED value IS 41 (16.41% from 255) = 15.95%

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

 BLUE value IS 175 (68.75% from 255) = 68.09%

R = 15.95%
G = 15.95%
B = 68.09%

CMYK

 C value IS 0.77

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2929AF (or 0x2929AF) is known color: Persian Blue. HEX triplet: 29, 29 and AF. RGB value is (41,41,175). Sum of RGB (Red+Green+Blue) = 41+41+175=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #2929AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2929AF is #D6D650. Grayscale: #373737. Windows color (decimal): -14079569 or 11479337. OLE color: 11479337.

HSL color Cylindrical-coordinate representation of color #2929AF: hue angle of 240º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2929AF is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 41 175 -
CMYK 0.77 0.77 0 0.31
HSL 240º 0.62% 0.42% -
HSV(B) 240º 0.77% 0.69% -
XYZ 9.45 5.15 41.05 -
YUV 56.28 195 117.1 -
System Red Green Blue C M Y K H S L
Decimal 41 41 175 0.77 0.77 0 0.31 240 0.62 0.42
Hex 29 29 AF 4D 4D 0 1F F0 3E 2A
Octal 51 51 257 115 115 0 37 360 76 52
Binary 101001 101001 10101111 1001101 1001101 0 11111 11110000 111110 101010

Color Harmonies of #2929AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2929AF

Black with #2929AF

Text Example


Text Example

White with #2929AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2929AF; }

 p { color: rgb(41,41,175); }

 H1.HeaderClassName
 {
   color: #2929AF;
 }
 .AnyTagClassName
 {
   color: #2929AF;
 }
</style>

background-color css

<style>
 a { background-color: #2929AF; }

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

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

border-color css

<style>
 span { border-color: #2929AF; }

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

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