Html Css Color HEX #2829AB Persian Blue

📋 copy color: '#2829AB'

red 40 ◦ green 41 ◦ blue 171

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

Shades of Persian Blue #2829AB

Tints of Persian Blue #2829AB

RGB

 RED value IS 40 (16.02% from 255) = 15.87%

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

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

R = 15.87%
G = 16.27%
B = 67.86%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2829AB (or 0x2829AB) is known color: Persian Blue. HEX triplet: 28, 29 and AB. RGB value is (40,41,171). Sum of RGB (Red+Green+Blue) = 40+41+171=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #2829AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2829AB is #D7D654. Grayscale: #373737. Windows color (decimal): -14145109 or 11217192. OLE color: 11217192.

HSL color Cylindrical-coordinate representation of color #2829AB: hue angle of 239.54º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2829AB is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 40 41 171 -
CMYK 0.77 0.76 0 0.33
HSL 239.54º 0.62% 0.41% -
HSV(B) 239.54º 0.77% 0.67% -
XYZ 9.02 4.98 39.01 -
YUV 55.52 193.17 116.93 -
System Red Green Blue C M Y K H S L
Decimal 40 41 171 0.77 0.76 0 0.33 239.54 0.62 0.41
Hex 28 29 AB 4D 4C 0 21 F0 3E 29
Octal 50 51 253 115 114 0 41 360 76 51
Binary 101000 101001 10101011 1001101 1001100 0 100001 11110000 111110 101001

Color Harmonies of #2829AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2829AB

Black with #2829AB

Text Example


Text Example

White with #2829AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2829AB; }

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

 H1.HeaderClassName
 {
   color: #2829AB;
 }
 .AnyTagClassName
 {
   color: #2829AB;
 }
</style>

background-color css

<style>
 a { background-color: #2829AB; }

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

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

border-color css

<style>
 span { border-color: #2829AB; }

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

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