#380AE3

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

Shades of Han Purple #380AE3

Tints of Han Purple #380AE3

Color information

#380AE3 (or 0x380AE3) is unknown color: approx Han Purple. HEX triplet: 38, 0A and E3. RGB value is (56,10,227). Sum of RGB (Red+Green+Blue) = 56+10+227=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 227 (89.06% from 255 or 77.47% from 293); Max value from RGB is 227 - color contains mainly: blue. Hex color #380AE3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380AE3 is #C7F51C. Grayscale: #2F2F2F. Windows color (decimal): -13104413 or 14879288. OLE color: 14879288.

HSL color Cylindrical-coordinate representation of color #380AE3: hue angle of 252.72º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380AE3 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5610227-
CMYK0.750.9600.11
HSL252.72º91.56%46.47%-
HSV(B)252.72º95.59%89.02%-
XYZ15.66.673.13-
YUV48.49228.74133.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 10 (4.30% from 255) = 3.41%
BLUE value IS 227 (89.06% from 255) = 77.47%
R=19.11%
G=3.41%
B=77.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal56102270.750.9600.11252.7291.5646.47
Hex38AE34B600Bfd5c2e
Octal701234311314001337513456
Binary1110001010111000111001011110000001011111111011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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