#320CE2

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

Shades of Han Purple #320CE2

Tints of Han Purple #320CE2

Color information

#320CE2 (or 0x320CE2) is unknown color: approx Han Purple. HEX triplet: 32, 0C and E2. RGB value is (50,12,226). Sum of RGB (Red+Green+Blue) = 50+12+226=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 226 (88.67% from 255 or 78.47% from 288); Max value from RGB is 226 - color contains mainly: blue. Hex color #320CE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320CE2 is #CDF31D. Grayscale: #2E2E2E. Windows color (decimal): -13497118 or 14814258. OLE color: 14814258.

HSL color Cylindrical-coordinate representation of color #320CE2: hue angle of 250.65º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320CE2 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB5012226-
CMYK0.780.9500.11
HSL250.65º89.92%46.67%-
HSV(B)250.65º94.69%88.63%-
XYZ15.176.4372.39-
YUV47.76228.59129.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.36%
GREEN value IS 12 (5.08% from 255) = 4.17%
BLUE value IS 226 (88.67% from 255) = 78.47%
R=17.36%
G=4.17%
B=78.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal50122260.780.9500.11250.6589.9246.67
Hex32CE24E5F0Bfb5a2f
Octal621434211613701337313257
Binary1100101100111000101001110101111101011111110111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320CE2; }

 p { color: rgb(50,12,226); }

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

<style>
 a { background-color: #320CE2; }

 a { background-color: rgb(50,12,226); }

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

<style>
 span { border-color: #320CE2; }

 span { border-color: rgb(50,12,226); }

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