#3824F1

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

Shades of Han Purple #3824F1

Tints of Han Purple #3824F1

Color information

#3824F1 (or 0x3824F1) is unknown color: approx Han Purple. HEX triplet: 38, 24 and F1. RGB value is (56,36,241). Sum of RGB (Red+Green+Blue) = 56+36+241=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 241 (94.53% from 255 or 72.37% from 333); Max value from RGB is 241 - color contains mainly: blue. Hex color #3824F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3824F1 is #C7DB0E. Grayscale: #404040. Windows color (decimal): -13097743 or 15803448. OLE color: 15803448.

HSL color Cylindrical-coordinate representation of color #3824F1: hue angle of 245.85º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3824F1 is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB5636241-
CMYK0.770.8500.05
HSL245.85º87.98%54.31%-
HSV(B)245.85º85.06%94.51%-
XYZ18.148.4583.89-
YUV65.35227.13121.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.82%
GREEN value IS 36 (14.45% from 255) = 10.81%
BLUE value IS 241 (94.53% from 255) = 72.37%
R=16.82%
G=10.81%
B=72.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal56362410.770.8500.05245.8587.9854.31
Hex3824F14D5505f65836
Octal70443611151250536613066
Binary11100010010011110001100110110101010101111101101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3824F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3824F1; }

 p { color: rgb(56,36,241); }

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

<style>
 a { background-color: #3824F1; }

 a { background-color: rgb(56,36,241); }

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

<style>
 span { border-color: #3824F1; }

 span { border-color: rgb(56,36,241); }

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