#380FFE

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

Shades of Han Purple #380FFE

Tints of Han Purple #380FFE

Color information

#380FFE (or 0x380FFE) is unknown color: approx Han Purple. HEX triplet: 38, 0F and FE. RGB value is (56,15,254). Sum of RGB (Red+Green+Blue) = 56+15+254=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 254 (99.61% from 255 or 78.15% from 325); Max value from RGB is 254 - color contains mainly: blue. Hex color #380FFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380FFE is #C7F001. Grayscale: #353535. Windows color (decimal): -13103106 or 16650040. OLE color: 16650040.

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

Color convert

RGB5615254-
CMYK0.780.9400.00
HSL250.29º99.17%52.75%-
HSV(B)250.29º94.09%99.61%-
XYZ19.698.3494.34-
YUV54.5240.58129.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.23%
GREEN value IS 15 (6.25% from 255) = 4.62%
BLUE value IS 254 (99.61% from 255) = 78.15%
R=17.23%
G=4.62%
B=78.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal56152540.780.9400.00250.2999.1752.75
Hex38FFE4E5E00fa6335
Octal70173761161360037214365
Binary1110001111111111101001110101111000111110101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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