#2725EF

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

Shades of Han Purple #2725EF

Tints of Han Purple #2725EF

Color information

#2725EF (or 0x2725EF) is unknown color: approx Han Purple. HEX triplet: 27, 25 and EF. RGB value is (39,37,239). Sum of RGB (Red+Green+Blue) = 39+37+239=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 37 (14.84% from 255 or 11.75% 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 #2725EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2725EF is #D8DA10. Grayscale: #3B3B3B. Windows color (decimal): -14211601 or 15672615. OLE color: 15672615.

HSL color Cylindrical-coordinate representation of color #2725EF: hue angle of 240.59º 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 #2725EF is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3937239-
CMYK0.840.8500.06
HSL240.59º86.32%54.12%-
HSV(B)240.59º84.52%93.73%-
XYZ17.087.9982.3-
YUV60.63228.66112.57-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal39372390.840.8500.06240.5986.3254.12
Hex2725EF545506f15636
Octal47453571241250636112666
Binary10011110010111101111101010010101010110111100011010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2725EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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