Html Css Color HEX #272AAE Persian Blue

📋 copy color: '#272AAE'

red 39 ◦ green 42 ◦ blue 174

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

Shades of Persian Blue #272AAE

Tints of Persian Blue #272AAE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.47%

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

R = 15.29%
G = 16.47%
B = 68.24%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#272AAE (or 0x272AAE) is known color: Persian Blue. HEX triplet: 27, 2A and AE. RGB value is (39,42,174). Sum of RGB (Red+Green+Blue) = 39+42+174=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 42 (16.80% from 255 or 16.47% 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 #272AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272AAE is #D8D551. Grayscale: #373737. Windows color (decimal): -14210386 or 11414055. OLE color: 11414055.

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

Color convert

RGB 39 42 174 -
CMYK 0.78 0.76 0 0.32
HSL 238.67º 0.63% 0.42% -
HSV(B) 238.67º 0.78% 0.68% -
XYZ 9.3 5.14 40.55 -
YUV 56.15 194.51 115.77 -
System Red Green Blue C M Y K H S L
Decimal 39 42 174 0.78 0.76 0 0.32 238.67 0.63 0.42
Hex 27 2A AE 4E 4C 0 20 EF 3F 2A
Octal 47 52 256 116 114 0 40 357 77 52
Binary 100111 101010 10101110 1001110 1001100 0 100000 11101111 111111 101010

Color Harmonies of #272AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272AAE

Black with #272AAE

Text Example


Text Example

White with #272AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272AAE; }

 p { color: rgb(39,42,174); }

 H1.HeaderClassName
 {
   color: #272AAE;
 }
 .AnyTagClassName
 {
   color: #272AAE;
 }
</style>

background-color css

<style>
 a { background-color: #272AAE; }

 a { background-color: rgb(39,42,174); }

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

border-color css

<style>
 span { border-color: #272AAE; }

 span { border-color: rgb(39,42,174); }

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