#2527EF

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

Shades of Han Purple #2527EF

Tints of Han Purple #2527EF

Color information

#2527EF (or 0x2527EF) is unknown color: approx Han Purple. HEX triplet: 25, 27 and EF. RGB value is (37,39,239). Sum of RGB (Red+Green+Blue) = 37+39+239=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #2527EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2527EF is #DAD810. Grayscale: #3C3C3C. Windows color (decimal): -14342161 or 15673125. OLE color: 15673125.

HSL color Cylindrical-coordinate representation of color #2527EF: hue angle of 239.41º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2527EF is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3739239-
CMYK0.850.8400.06
HSL239.41º86.32%54.12%-
HSV(B)239.41º84.52%93.73%-
XYZ17.078.0882.32-
YUV61.2228.34110.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.75%
GREEN value IS 39 (15.62% from 255) = 12.38%
BLUE value IS 239 (93.75% from 255) = 75.87%
R=11.75%
G=12.38%
B=75.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal37392390.850.8400.06239.4186.3254.12
Hex2527EF555406ef5636
Octal45473571251240635712666
Binary10010110011111101111101010110101000110111011111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2527EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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