#2F27EB

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

Shades of Han Purple #2F27EB

Tints of Han Purple #2F27EB

Color information

#2F27EB (or 0x2F27EB) is unknown color: approx Han Purple. HEX triplet: 2F, 27 and EB. RGB value is (47,39,235). Sum of RGB (Red+Green+Blue) = 47+39+235=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 235 (92.19% from 255 or 73.21% from 321); Max value from RGB is 235 - color contains mainly: blue. Hex color #2F27EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F27EB is #D0D814. Grayscale: #3E3E3E. Windows color (decimal): -13686805 or 15410991. OLE color: 15410991.

HSL color Cylindrical-coordinate representation of color #2F27EB: hue angle of 242.45º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2F27EB is Cyan = 0.8, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4739235-
CMYK0.80.8300.08
HSL242.45º83.05%53.73%-
HSV(B)242.45º83.4%92.16%-
XYZ16.898.0579.26-
YUV63.74224.65116.06-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.64%
GREEN value IS 39 (15.62% from 255) = 12.15%
BLUE value IS 235 (92.19% from 255) = 73.21%
R=14.64%
G=12.15%
B=73.21%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal47392350.80.8300.08242.4583.0553.73
Hex2F27EB505308f25336
Octal574735312012301036212366
Binary101111100111111010111010000101001101000111100101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F27EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F27EB; }

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

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

<style>
 a { background-color: #2F27EB; }

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

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

<style>
 span { border-color: #2F27EB; }

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

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