#2527FE

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

Shades of Han Purple #2527FE

Tints of Han Purple #2527FE

Color information

#2527FE (or 0x2527FE) is unknown color: approx Han Purple. HEX triplet: 25, 27 and FE. RGB value is (37,39,254). Sum of RGB (Red+Green+Blue) = 37+39+254=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 39 (15.62% from 255 or 11.82% 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 #2527FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2527FE is #DAD801. Grayscale: #3E3E3E. Windows color (decimal): -14342146 or 16656165. OLE color: 16656165.

HSL color Cylindrical-coordinate representation of color #2527FE: hue angle of 239.45º 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 #2527FE is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB3739254-
CMYK0.850.8500.00
HSL239.45º99.09%57.06%-
HSV(B)239.45º85.43%99.61%-
XYZ19.38994.48-
YUV62.91235.84109.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.21%
GREEN value IS 39 (15.62% from 255) = 11.82%
BLUE value IS 254 (99.61% from 255) = 76.97%
R=11.21%
G=11.82%
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
Decimal37392540.850.8500.00239.4599.0957.06
Hex2527FE555500ef6339
Octal45473761251250035714371
Binary100101100111111111101010101101010100111011111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2527FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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