Html Css Color HEX #272AAB Persian Blue

📋 copy color: '#272AAB'

red 39 ◦ green 42 ◦ blue 171

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

Shades of Persian Blue #272AAB

Tints of Persian Blue #272AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.86%

R = 15.48%
G = 16.67%
B = 67.86%

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

#272AAB (or 0x272AAB) is known color: Persian Blue. HEX triplet: 27, 2A and AB. RGB value is (39,42,171). Sum of RGB (Red+Green+Blue) = 39+42+171=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #272AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272AAB is #D8D554. Grayscale: #373737. Windows color (decimal): -14210389 or 11217447. OLE color: 11217447.

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

Color convert

RGB 39 42 171 -
CMYK 0.77 0.75 0 0.33
HSL 238.64º 0.63% 0.41% -
HSV(B) 238.64º 0.77% 0.67% -
XYZ 9.02 5.03 39.02 -
YUV 55.81 193.01 116.01 -
System Red Green Blue C M Y K H S L
Decimal 39 42 171 0.77 0.75 0 0.33 238.64 0.63 0.41
Hex 27 2A AB 4D 4B 0 21 EF 3F 29
Octal 47 52 253 115 113 0 41 357 77 51
Binary 100111 101010 10101011 1001101 1001011 0 100001 11101111 111111 101001

Color Harmonies of #272AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272AAB

Black with #272AAB

Text Example


Text Example

White with #272AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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