#380CCE

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

Shades of Han Purple #380CCE

Tints of Han Purple #380CCE

Color information

#380CCE (or 0x380CCE) is unknown color: approx Han Purple. HEX triplet: 38, 0C and CE. RGB value is (56,12,206). Sum of RGB (Red+Green+Blue) = 56+12+206=274 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.44% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #380CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380CCE is #C7F331. Grayscale: #2E2E2E. Windows color (decimal): -13103922 or 13503544. OLE color: 13503544.

HSL color Cylindrical-coordinate representation of color #380CCE: hue angle of 253.61º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380CCE is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB5612206-
CMYK0.730.9400.19
HSL253.61º88.99%42.75%-
HSV(B)253.61º94.17%80.78%-
XYZ12.95.5658.79-
YUV47.27217.58134.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.44%
GREEN value IS 12 (5.08% from 255) = 4.38%
BLUE value IS 206 (80.86% from 255) = 75.18%
R=20.44%
G=4.38%
B=75.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal56122060.730.9400.19253.6188.9942.75
Hex38CCE495E013fe592b
Octal701431611113602337613153
Binary11100011001100111010010011011110010011111111101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,12,206); }

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

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

 a { background-color: rgb(56,12,206); }

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

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

 span { border-color: rgb(56,12,206); }

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