Html Css Color HEX #272AAA Persian Blue

📋 copy color: '#272AAA'

red 39 ◦ green 42 ◦ blue 170

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

Shades of Persian Blue #272AAA

Tints of Persian Blue #272AAA

RGB

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

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

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

R = 15.54%
G = 16.73%
B = 67.73%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#272AAA (or 0x272AAA) is known color: Persian Blue. HEX triplet: 27, 2A and AA. RGB value is (39,42,170). Sum of RGB (Red+Green+Blue) = 39+42+170=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #272AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272AAA is #D8D555. Grayscale: #373737. Windows color (decimal): -14210390 or 11151911. OLE color: 11151911.

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

Color convert

RGB 39 42 170 -
CMYK 0.77 0.75 0 0.33
HSL 238.63º 0.63% 0.41% -
HSV(B) 238.63º 0.77% 0.67% -
XYZ 8.92 4.99 38.52 -
YUV 55.7 192.51 116.09 -
System Red Green Blue C M Y K H S L
Decimal 39 42 170 0.77 0.75 0 0.33 238.63 0.63 0.41
Hex 27 2A AA 4D 4B 0 21 EF 3F 29
Octal 47 52 252 115 113 0 41 357 77 51
Binary 100111 101010 10101010 1001101 1001011 0 100001 11101111 111111 101001

Color Harmonies of #272AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272AAA

Black with #272AAA

Text Example


Text Example

White with #272AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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