#2725FE

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

Shades of Han Purple #2725FE

Tints of Han Purple #2725FE

Color information

#2725FE (or 0x2725FE) is unknown color: approx Han Purple. HEX triplet: 27, 25 and FE. RGB value is (39,37,254). Sum of RGB (Red+Green+Blue) = 39+37+254=330 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.82% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 254 (99.61% from 255 or 76.97% from 330); Max value from RGB is 254 - color contains mainly: blue. Hex color #2725FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2725FE is #D8DA01. Grayscale: #3D3D3D. Windows color (decimal): -14211586 or 16655655. OLE color: 16655655.

HSL color Cylindrical-coordinate representation of color #2725FE: hue angle of 240.55º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2725FE is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB3937254-
CMYK0.850.8500.00
HSL240.55º99.09%57.06%-
HSV(B)240.55º85.43%99.61%-
XYZ19.398.9194.46-
YUV62.34236.16111.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.82%
GREEN value IS 37 (14.84% from 255) = 11.21%
BLUE value IS 254 (99.61% from 255) = 76.97%
R=11.82%
G=11.21%
B=76.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal39372540.850.8500.00240.5599.0957.06
Hex2725FE555500f16339
Octal47453761251250036114371
Binary100111100101111111101010101101010100111100011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2725FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2725FE; }

 p { color: rgb(39,37,254); }

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

<style>
 a { background-color: #2725FE; }

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

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

<style>
 span { border-color: #2725FE; }

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

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