Html Css Color HEX #2928AB Persian Blue

📋 copy color: '#2928AB'

red 41 ◦ green 40 ◦ blue 171

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

Shades of Persian Blue #2928AB

Tints of Persian Blue #2928AB

RGB

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

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

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

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

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2928AB (or 0x2928AB) is known color: Persian Blue. HEX triplet: 29, 28 and AB. RGB value is (41,40,171). Sum of RGB (Red+Green+Blue) = 41+40+171=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 40 (16.02% from 255 or 15.87% 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 #2928AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2928AB is #D6D754. Grayscale: #363636. Windows color (decimal): -14079829 or 11216937. OLE color: 11216937.

HSL color Cylindrical-coordinate representation of color #2928AB: hue angle of 240.46º 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 #2928AB is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

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

Color Harmonies of #2928AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2928AB

Black with #2928AB

Text Example


Text Example

White with #2928AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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