#272AEC

Color #272AEC Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #272AEC

Tints of Han Purple #272AEC

Color information

#272AEC (or 0x272AEC) is unknown color: approx Han Purple. HEX triplet: 27, 2A and EC. RGB value is (39,42,236). Sum of RGB (Red+Green+Blue) = 39+42+236=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 42 (16.80% from 255 or 13.25% from 317); Blue value is 236 (92.58% from 255 or 74.45% from 317); Max value from RGB is 236 - color contains mainly: blue. Hex color #272AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272AEC is #D8D513. Grayscale: #3E3E3E. Windows color (decimal): -14210324 or 15477287. OLE color: 15477287.

HSL color Cylindrical-coordinate representation of color #272AEC: hue angle of 239.09º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #272AEC is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3942236-
CMYK0.830.8200.07
HSL239.09º83.83%53.92%-
HSV(B)239.09º83.47%92.55%-
XYZ16.88.1480.04-
YUV63.22225.51110.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.30%
GREEN value IS 42 (16.80% from 255) = 13.25%
BLUE value IS 236 (92.58% from 255) = 74.45%
R=12.30%
G=13.25%
B=74.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal39422360.830.8200.07239.0983.8353.92
Hex272AEC535207ef5436
Octal47523541231220735712466
Binary10011110101011101100101001110100100111111011111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #272AEC;
 }
 .AnyTagClassName
 {
   color: #272AEC;
 }
</style>
background-color css

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

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

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

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

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

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