#3725DC

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

Shades of Han Purple #3725DC

Tints of Han Purple #3725DC

Color information

#3725DC (or 0x3725DC) is unknown color: approx Han Purple. HEX triplet: 37, 25 and DC. RGB value is (55,37,220). Sum of RGB (Red+Green+Blue) = 55+37+220=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #3725DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3725DC is #C8DA23. Grayscale: #3E3E3E. Windows color (decimal): -13163044 or 14427447. OLE color: 14427447.

HSL color Cylindrical-coordinate representation of color #3725DC: hue angle of 245.9º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3725DC is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5537220-
CMYK0.750.8300.14
HSL245.9º72.33%50.39%-
HSV(B)245.9º83.18%86.27%-
XYZ15.167.368.32-
YUV63.24216.46122.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.63%
GREEN value IS 37 (14.84% from 255) = 11.86%
BLUE value IS 220 (86.33% from 255) = 70.51%
R=17.63%
G=11.86%
B=70.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal55372200.750.8300.14245.972.3350.39
Hex3725DC4B530Ef64832
Octal674533411312301636611062
Binary110111100101110111001001011101001101110111101101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3725DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3725DC; }

 p { color: rgb(55,37,220); }

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

<style>
 a { background-color: #3725DC; }

 a { background-color: rgb(55,37,220); }

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

<style>
 span { border-color: #3725DC; }

 span { border-color: rgb(55,37,220); }

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