Html Css Color HEX #390AFC Han Purple

📋 copy color: '#390AFC'

red 57 ◦ green 10 ◦ blue 252

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

Shades of Han Purple #390AFC

Tints of Han Purple #390AFC

RGB

 RED value IS 57 (22.66% from 255) = 17.87%

 GREEN value IS 10 (4.3% from 255) = 3.13%

 BLUE value IS 252 (98.83% from 255) = 79%

R = 17.87%
G = 3.13%
B = 79%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#390AFC (or 0x390AFC) is known color: Han Purple. HEX triplet: 39, 0A and FC. RGB value is (57,10,252). Sum of RGB (Red+Green+Blue) = 57+10+252=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 252 (98.83% from 255 or 79.00% from 319); Max value from RGB is 252 - color contains mainly: blue. Hex color #390AFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390AFC is #C6F503. Grayscale: #323232. Windows color (decimal): -13038852 or 16517689. OLE color: 16517689.

HSL color Cylindrical-coordinate representation of color #390AFC: hue angle of 251.65º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390AFC is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 57 10 252 -
CMYK 0.77 0.96 0 0.01
HSL 251.65º 0.98% 0.51% -
HSV(B) 251.65º 0.96% 0.99% -
XYZ 19.37 8.12 92.64 -
YUV 51.64 241.07 131.82 -
System Red Green Blue C M Y K H S L
Decimal 57 10 252 0.77 0.96 0 0.01 251.65 0.98 0.51
Hex 39 A FC 4D 60 0 1 FC 62 33
Octal 71 12 374 115 140 0 1 374 142 63
Binary 111001 1010 11111100 1001101 1100000 0 1 11111100 1100010 110011

Color Harmonies of #390AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390AFC

Black with #390AFC

Text Example


Text Example

White with #390AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390AFC; }

 p { color: rgb(57,10,252); }

 H1.HeaderClassName
 {
   color: #390AFC;
 }
 .AnyTagClassName
 {
   color: #390AFC;
 }
</style>

background-color css

<style>
 a { background-color: #390AFC; }

 a { background-color: rgb(57,10,252); }

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

border-color css

<style>
 span { border-color: #390AFC; }

 span { border-color: rgb(57,10,252); }

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