#3625DC

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

Shades of Han Purple #3625DC

Tints of Han Purple #3625DC

Color information

#3625DC (or 0x3625DC) is unknown color: approx Han Purple. HEX triplet: 36, 25 and DC. RGB value is (54,37,220). Sum of RGB (Red+Green+Blue) = 54+37+220=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #3625DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3625DC is #C9DA23. Grayscale: #3E3E3E. Windows color (decimal): -13228580 or 14427446. OLE color: 14427446.

HSL color Cylindrical-coordinate representation of color #3625DC: hue angle of 245.57º 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 #3625DC is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5437220-
CMYK0.750.8300.14
HSL245.57º72.33%50.39%-
HSV(B)245.57º83.18%86.27%-
XYZ15.17.2768.32-
YUV62.94216.63121.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.36%
GREEN value IS 37 (14.84% from 255) = 11.90%
BLUE value IS 220 (86.33% from 255) = 70.74%
R=17.36%
G=11.90%
B=70.74%

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
Decimal54372200.750.8300.14245.5772.3350.39
Hex3625DC4B530Ef64832
Octal664533411312301636611062
Binary110110100101110111001001011101001101110111101101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3625DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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