Html Css Color HEX #390AFE Han Purple

📋 copy color: '#390AFE'

red 57 ◦ green 10 ◦ blue 254

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

Shades of Han Purple #390AFE

Tints of Han Purple #390AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 79.13%

R = 17.76%
G = 3.12%
B = 79.13%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#390AFE (or 0x390AFE) is known color: Han Purple. HEX triplet: 39, 0A and FE. RGB value is (57,10,254). Sum of RGB (Red+Green+Blue) = 57+10+254=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 254 (99.61% from 255 or 79.13% from 321); Max value from RGB is 254 - color contains mainly: blue. Hex color #390AFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390AFE is #C6F501. Grayscale: #323232. Windows color (decimal): -13038850 or 16648761. OLE color: 16648761.

HSL color Cylindrical-coordinate representation of color #390AFE: hue angle of 251.56º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390AFE is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 57 10 254 -
CMYK 0.78 0.96 0 0.00
HSL 251.56º 0.99% 0.52% -
HSV(B) 251.56º 0.96% 1% -
XYZ 19.69 8.24 94.32 -
YUV 51.87 242.07 131.66 -
System Red Green Blue C M Y K H S L
Decimal 57 10 254 0.78 0.96 0 0.00 251.56 0.99 0.52
Hex 39 A FE 4E 60 0 0 FC 63 34
Octal 71 12 376 116 140 0 0 374 143 64
Binary 111001 1010 11111110 1001110 1100000 0 0 11111100 1100011 110100

Color Harmonies of #390AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390AFE

Black with #390AFE

Text Example


Text Example

White with #390AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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