Html Css Color HEX #2729AA Persian Blue

📋 copy color: '#2729AA'

red 39 ◦ green 41 ◦ blue 170

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

Shades of Persian Blue #2729AA

Tints of Persian Blue #2729AA

RGB

 RED value IS 39 (15.63% from 255) = 15.6%

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

 BLUE value IS 170 (66.8% from 255) = 68%

R = 15.6%
G = 16.4%
B = 68%

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

#2729AA (or 0x2729AA) is known color: Persian Blue. HEX triplet: 27, 29 and AA. RGB value is (39,41,170). Sum of RGB (Red+Green+Blue) = 39+41+170=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #2729AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2729AA is #D8D655. Grayscale: #363636. Windows color (decimal): -14210646 or 11151655. OLE color: 11151655.

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

Color convert

RGB 39 41 170 -
CMYK 0.77 0.76 0 0.33
HSL 239.08º 0.63% 0.41% -
HSV(B) 239.08º 0.77% 0.67% -
XYZ 8.89 4.92 38.51 -
YUV 55.11 192.84 116.51 -
System Red Green Blue C M Y K H S L
Decimal 39 41 170 0.77 0.76 0 0.33 239.08 0.63 0.41
Hex 27 29 AA 4D 4C 0 21 EF 3F 29
Octal 47 51 252 115 114 0 41 357 77 51
Binary 100111 101001 10101010 1001101 1001100 0 100001 11101111 111111 101001

Color Harmonies of #2729AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2729AA

Black with #2729AA

Text Example


Text Example

White with #2729AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2729AA; }

 p { color: rgb(39,41,170); }

 H1.HeaderClassName
 {
   color: #2729AA;
 }
 .AnyTagClassName
 {
   color: #2729AA;
 }
</style>

background-color css

<style>
 a { background-color: #2729AA; }

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

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

border-color css

<style>
 span { border-color: #2729AA; }

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

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