Html Css Color HEX #272FAA Persian Blue

📋 copy color: '#272FAA'

red 39 ◦ green 47 ◦ blue 170

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

Shades of Persian Blue #272FAA

Tints of Persian Blue #272FAA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.36%

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

R = 15.23%
G = 18.36%
B = 66.41%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#272FAA (or 0x272FAA) is known color: Persian Blue. HEX triplet: 27, 2F and AA. RGB value is (39,47,170). Sum of RGB (Red+Green+Blue) = 39+47+170=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #272FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272FAA is #D8D055. Grayscale: #3A3A3A. Windows color (decimal): -14209110 or 11153191. OLE color: 11153191.

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

Color convert

RGB 39 47 170 -
CMYK 0.77 0.72 0 0.33
HSL 236.34º 0.63% 0.41% -
HSV(B) 236.34º 0.77% 0.67% -
XYZ 9.11 5.37 38.59 -
YUV 58.63 190.85 114 -
System Red Green Blue C M Y K H S L
Decimal 39 47 170 0.77 0.72 0 0.33 236.34 0.63 0.41
Hex 27 2F AA 4D 48 0 21 EC 3F 29
Octal 47 57 252 115 110 0 41 354 77 51
Binary 100111 101111 10101010 1001101 1001000 0 100001 11101100 111111 101001

Color Harmonies of #272FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272FAA

Black with #272FAA

Text Example


Text Example

White with #272FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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