#380AE6

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

Shades of Han Purple #380AE6

Tints of Han Purple #380AE6

Color information

#380AE6 (or 0x380AE6) is unknown color: approx Han Purple. HEX triplet: 38, 0A and E6. RGB value is (56,10,230). Sum of RGB (Red+Green+Blue) = 56+10+230=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 230 (90.23% from 255 or 77.70% from 296); Max value from RGB is 230 - color contains mainly: blue. Hex color #380AE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380AE6 is #C7F519. Grayscale: #303030. Windows color (decimal): -13104410 or 15075896. OLE color: 15075896.

HSL color Cylindrical-coordinate representation of color #380AE6: hue angle of 252.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380AE6 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5610230-
CMYK0.760.9600.10
HSL252.55º91.67%47.06%-
HSV(B)252.55º95.65%90.2%-
XYZ16.026.7775.33-
YUV48.83230.24133.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.92%
GREEN value IS 10 (4.30% from 255) = 3.38%
BLUE value IS 230 (90.23% from 255) = 77.70%
R=18.92%
G=3.38%
B=77.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal56102300.760.9600.10252.5591.6747.06
Hex38AE64C600Afd5c2f
Octal701234611414001237513457
Binary1110001010111001101001100110000001010111111011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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