Html Css Color HEX #320CF9 Han Purple

📋 copy color: '#320CF9'

red 50 ◦ green 12 ◦ blue 249

#320CF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #320CF9

Tints of Han Purple #320CF9

RGB

 RED value IS 50 (19.92% from 255) = 16.08%

 GREEN value IS 12 (5.08% from 255) = 3.86%

 BLUE value IS 249 (97.66% from 255) = 80.06%

R = 16.08%
G = 3.86%
B = 80.06%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#320CF9 (or 0x320CF9) is known color: Han Purple. HEX triplet: 32, 0C and F9. RGB value is (50,12,249). Sum of RGB (Red+Green+Blue) = 50+12+249=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 249 (97.66% from 255 or 80.06% from 311); Max value from RGB is 249 - color contains mainly: blue. Hex color #320CF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320CF9 is #CDF306. Grayscale: #313131. Windows color (decimal): -13497095 or 16321586. OLE color: 16321586.

HSL color Cylindrical-coordinate representation of color #320CF9: hue angle of 249.62º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320CF9 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 12 249 -
CMYK 0.80 0.95 0 0.02
HSL 249.62º 0.95% 0.51% -
HSV(B) 249.62º 0.95% 0.98% -
XYZ 18.55 7.78 90.15 -
YUV 50.38 240.09 127.73 -
System Red Green Blue C M Y K H S L
Decimal 50 12 249 0.80 0.95 0 0.02 249.62 0.95 0.51
Hex 32 C F9 50 5F 0 2 FA 5F 33
Octal 62 14 371 120 137 0 2 372 137 63
Binary 110010 1100 11111001 1010000 1011111 0 10 11111010 1011111 110011

Color Harmonies of #320CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320CF9

Black with #320CF9

Text Example


Text Example

White with #320CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #320CF9;
 }
 .AnyTagClassName
 {
   color: #320CF9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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