Html Css Color HEX #390EFF Han Purple

📋 copy color: '#390EFF'

red 57 ◦ green 14 ◦ blue 255

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

Shades of Han Purple #390EFF

Tints of Han Purple #390EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.29%

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

R = 17.48%
G = 4.29%
B = 78.22%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#390EFF (or 0x390EFF) is known color: Han Purple. HEX triplet: 39, 0E and FF. RGB value is (57,14,255). Sum of RGB (Red+Green+Blue) = 57+14+255=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 255 (100% from 255 or 78.22% from 326); Max value from RGB is 255 - color contains mainly: blue. Hex color #390EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390EFF is #C6F100. Grayscale: #353535. Windows color (decimal): -13037825 or 16715321. OLE color: 16715321.

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

Color convert

RGB 57 14 255 -
CMYK 0.78 0.95 0 0
HSL 250.71º 1% 0.53% -
HSV(B) 250.71º 0.95% 1% -
XYZ 19.89 8.4 95.18 -
YUV 54.33 241.25 129.9 -
System Red Green Blue C M Y K H S L
Decimal 57 14 255 0.78 0.95 0 0 250.71 1 0.53
Hex 39 E FF 4E 5F 0 0 FB 64 35
Octal 71 16 377 116 137 0 0 373 144 65
Binary 111001 1110 11111111 1001110 1011111 0 0 11111011 1100100 110101

Color Harmonies of #390EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390EFF

Black with #390EFF

Text Example


Text Example

White with #390EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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