Html Css Color HEX #390AFF Han Purple

📋 copy color: '#390AFF'

red 57 ◦ green 10 ◦ blue 255

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

Shades of Han Purple #390AFF

Tints of Han Purple #390AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 79.19%

R = 17.7%
G = 3.11%
B = 79.19%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#390AFF (or 0x390AFF) is known color: Han Purple. HEX triplet: 39, 0A and FF. RGB value is (57,10,255). Sum of RGB (Red+Green+Blue) = 57+10+255=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 255 (100% from 255 or 79.19% from 322); Max value from RGB is 255 - color contains mainly: blue. Hex color #390AFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390AFF is #C6F500. Grayscale: #333333. Windows color (decimal): -13038849 or 16714297. OLE color: 16714297.

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

Color convert

RGB 57 10 255 -
CMYK 0.78 0.96 0 0
HSL 251.51º 1% 0.52% -
HSV(B) 251.51º 0.96% 1% -
XYZ 19.85 8.31 95.17 -
YUV 51.98 242.57 131.58 -
System Red Green Blue C M Y K H S L
Decimal 57 10 255 0.78 0.96 0 0 251.51 1 0.52
Hex 39 A FF 4E 60 0 0 FC 64 34
Octal 71 12 377 116 140 0 0 374 144 64
Binary 111001 1010 11111111 1001110 1100000 0 0 11111100 1100100 110100

Color Harmonies of #390AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390AFF

Black with #390AFF

Text Example


Text Example

White with #390AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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