#2727fa

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

Shades of Han Purple #2727FA

Tints of Han Purple #2727FA

Color information

#2727FA (or 0x2727FA) is unknown color: approx Han Purple. HEX triplet: 27, 27 and FA. RGB value is (39,39,250). Sum of RGB (Red+Green+Blue) = 39+39+250=328 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.89% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 250 (98.05% from 255 or 76.22% from 328); Max value from RGB is 250 - color contains mainly: blue. Hex color #2727FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2727FA is #D8D805. Grayscale: #3E3E3E. Windows color (decimal): -14211078 or 16394023. OLE color: 16394023.

HSL color Cylindrical-coordinate representation of color #2727FA: hue angle of 240º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2727FA is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB3939250-
CMYK0.840.8400.02
HSL240º95.48%56.67%-
HSV(B)240º84.4%98.04%-
XYZ18.828.7891.15-
YUV63.05233.5110.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.89%
GREEN value IS 39 (15.62% from 255) = 11.89%
BLUE value IS 250 (98.05% from 255) = 76.22%
R=11.89%
G=11.89%
B=76.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal39392500.840.8400.0224095.4856.67
Hex2727FA545402f05f39
Octal47473721241240236013771
Binary1001111001111111101010101001010100010111100001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2727fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2727fa; }

 p { color: rgb(39,39,250); }

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

<style>
 a { background-color: #2727fa; }

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

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

<style>
 span { border-color: #2727fa; }

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

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