#380FFD

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

Shades of Han Purple #380FFD

Tints of Han Purple #380FFD

Color information

#380FFD (or 0x380FFD) is unknown color: approx Han Purple. HEX triplet: 38, 0F and FD. RGB value is (56,15,253). Sum of RGB (Red+Green+Blue) = 56+15+253=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 253 (99.22% from 255 or 78.09% from 324); Max value from RGB is 253 - color contains mainly: blue. Hex color #380FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380FFD is #C7F002. Grayscale: #353535. Windows color (decimal): -13103107 or 16584504. OLE color: 16584504.

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

Color convert

RGB5615253-
CMYK0.780.9400.01
HSL250.34º98.35%52.55%-
HSV(B)250.34º94.07%99.22%-
XYZ19.538.2793.5-
YUV54.39240.08129.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.28%
GREEN value IS 15 (6.25% from 255) = 4.63%
BLUE value IS 253 (99.22% from 255) = 78.09%
R=17.28%
G=4.63%
B=78.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal56152530.780.9400.01250.3498.3552.55
Hex38FFD4E5E01fa6235
Octal70173751161360137214265
Binary1110001111111111011001110101111001111110101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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