#3825DC

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

Shades of Han Purple #3825DC

Tints of Han Purple #3825DC

Color information

#3825DC (or 0x3825DC) is unknown color: approx Han Purple. HEX triplet: 38, 25 and DC. RGB value is (56,37,220). Sum of RGB (Red+Green+Blue) = 56+37+220=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #3825DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3825DC is #C7DA23. Grayscale: #3E3E3E. Windows color (decimal): -13097508 or 14427448. OLE color: 14427448.

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

Color convert

RGB5637220-
CMYK0.750.8300.14
HSL246.23º72.33%50.39%-
HSV(B)246.23º83.18%86.27%-
XYZ15.217.3368.32-
YUV63.54216.29122.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.89%
GREEN value IS 37 (14.84% from 255) = 11.82%
BLUE value IS 220 (86.33% from 255) = 70.29%
R=17.89%
G=11.82%
B=70.29%

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
Decimal56372200.750.8300.14246.2372.3350.39
Hex3825DC4B530Ef64832
Octal704533411312301636611062
Binary111000100101110111001001011101001101110111101101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3825DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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