Html Css Color HEX #2729AC Persian Blue

📋 copy color: '#2729AC'

red 39 ◦ green 41 ◦ blue 172

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

Shades of Persian Blue #2729AC

Tints of Persian Blue #2729AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 68.25%

R = 15.48%
G = 16.27%
B = 68.25%

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

#2729AC (or 0x2729AC) is known color: Persian Blue. HEX triplet: 27, 29 and AC. RGB value is (39,41,172). Sum of RGB (Red+Green+Blue) = 39+41+172=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #2729AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2729AC is #D8D653. Grayscale: #363636. Windows color (decimal): -14210644 or 11282727. OLE color: 11282727.

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

Color convert

RGB 39 41 172 -
CMYK 0.77 0.76 0 0.33
HSL 239.1º 0.63% 0.41% -
HSV(B) 239.1º 0.77% 0.67% -
XYZ 9.08 5 39.52 -
YUV 55.34 193.84 116.35 -
System Red Green Blue C M Y K H S L
Decimal 39 41 172 0.77 0.76 0 0.33 239.1 0.63 0.41
Hex 27 29 AC 4D 4C 0 21 EF 3F 29
Octal 47 51 254 115 114 0 41 357 77 51
Binary 100111 101001 10101100 1001101 1001100 0 100001 11101111 111111 101001

Color Harmonies of #2729AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2729AC

Black with #2729AC

Text Example


Text Example

White with #2729AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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