#382AFD

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

Shades of Han Purple #382AFD

Tints of Han Purple #382AFD

Color information

#382AFD (or 0x382AFD) is unknown color: approx Han Purple. HEX triplet: 38, 2A and FD. RGB value is (56,42,253). Sum of RGB (Red+Green+Blue) = 56+42+253=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 253 (99.22% from 255 or 72.08% from 351); Max value from RGB is 253 - color contains mainly: blue. Hex color #382AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382AFD is #C7D502. Grayscale: #454545. Windows color (decimal): -13096195 or 16591416. OLE color: 16591416.

HSL color Cylindrical-coordinate representation of color #382AFD: hue angle of 243.98º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #382AFD is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5642253-
CMYK0.780.8300.01
HSL243.98º98.14%57.84%-
HSV(B)243.98º83.4%99.22%-
XYZ20.199.5993.72-
YUV70.24231.14117.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.95%
GREEN value IS 42 (16.80% from 255) = 11.97%
BLUE value IS 253 (99.22% from 255) = 72.08%
R=15.95%
G=11.97%
B=72.08%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal56422530.780.8300.01243.9898.1457.84
Hex382AFD4E5301f4623a
Octal70523751161230136414272
Binary111000101010111111011001110101001101111101001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382AFD; }

 p { color: rgb(56,42,253); }

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

<style>
 a { background-color: #382AFD; }

 a { background-color: rgb(56,42,253); }

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

<style>
 span { border-color: #382AFD; }

 span { border-color: rgb(56,42,253); }

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