#3825D8

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

Shades of Han Purple #3825D8

Tints of Han Purple #3825D8

Color information

#3825D8 (or 0x3825D8) is unknown color: approx Han Purple. HEX triplet: 38, 25 and D8. RGB value is (56,37,216). Sum of RGB (Red+Green+Blue) = 56+37+216=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 216 (84.77% from 255 or 69.90% from 309); Max value from RGB is 216 - color contains mainly: blue. Hex color #3825D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3825D8 is #C7DA27. Grayscale: #3E3E3E. Windows color (decimal): -13097512 or 14165304. OLE color: 14165304.

HSL color Cylindrical-coordinate representation of color #3825D8: hue angle of 246.37º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3825D8 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5637216-
CMYK0.740.8300.15
HSL246.37º70.75%49.61%-
HSV(B)246.37º82.87%84.71%-
XYZ14.697.1265.57-
YUV63.09214.29122.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 37 (14.84% from 255) = 11.97%
BLUE value IS 216 (84.77% from 255) = 69.90%
R=18.12%
G=11.97%
B=69.90%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal56372160.740.8300.15246.3770.7549.61
Hex3825D84A530Ff64732
Octal704533011212301736610762
Binary111000100101110110001001010101001101111111101101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3825D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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