Html Css Color HEX #2928AE Persian Blue

📋 copy color: '#2928AE'

red 41 ◦ green 40 ◦ blue 174

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

Shades of Persian Blue #2928AE

Tints of Persian Blue #2928AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 68.24%

R = 16.08%
G = 15.69%
B = 68.24%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2928AE (or 0x2928AE) is known color: Persian Blue. HEX triplet: 29, 28 and AE. RGB value is (41,40,174). Sum of RGB (Red+Green+Blue) = 41+40+174=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #2928AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2928AE is #D6D751. Grayscale: #373737. Windows color (decimal): -14079826 or 11413545. OLE color: 11413545.

HSL color Cylindrical-coordinate representation of color #2928AE: hue angle of 240.45º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2928AE is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 40 174 -
CMYK 0.76 0.77 0 0.32
HSL 240.45º 0.63% 0.42% -
HSV(B) 240.45º 0.77% 0.68% -
XYZ 9.31 5.04 40.53 -
YUV 55.58 194.83 117.6 -
System Red Green Blue C M Y K H S L
Decimal 41 40 174 0.76 0.77 0 0.32 240.45 0.63 0.42
Hex 29 28 AE 4C 4D 0 20 F0 3F 2A
Octal 51 50 256 114 115 0 40 360 77 52
Binary 101001 101000 10101110 1001100 1001101 0 100000 11110000 111111 101010

Color Harmonies of #2928AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2928AE

Black with #2928AE

Text Example


Text Example

White with #2928AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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