#380AFD

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

Shades of Han Purple #380AFD

Tints of Han Purple #380AFD

Color information

#380AFD (or 0x380AFD) is unknown color: approx Han Purple. HEX triplet: 38, 0A and FD. RGB value is (56,10,253). Sum of RGB (Red+Green+Blue) = 56+10+253=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 253 (99.22% from 255 or 79.31% from 319); Max value from RGB is 253 - color contains mainly: blue. Hex color #380AFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380AFD is #C7F502. Grayscale: #323232. Windows color (decimal): -13104387 or 16583224. OLE color: 16583224.

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

Color convert

RGB5610253-
CMYK0.780.9600.01
HSL251.36º98.38%51.57%-
HSV(B)251.36º96.05%99.22%-
XYZ19.478.1593.48-
YUV51.46241.74131.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.55%
GREEN value IS 10 (4.30% from 255) = 3.13%
BLUE value IS 253 (99.22% from 255) = 79.31%
R=17.55%
G=3.13%
B=79.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal56102530.780.9600.01251.3698.3851.57
Hex38AFD4E6001fb6234
Octal70123751161400137314264
Binary1110001010111111011001110110000001111110111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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