Html Css Color HEX #390FFF Han Purple

📋 copy color: '#390FFF'

red 57 ◦ green 15 ◦ blue 255

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

Shades of Han Purple #390FFF

Tints of Han Purple #390FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.59%

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

R = 17.43%
G = 4.59%
B = 77.98%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#390FFF (or 0x390FFF) is known color: Han Purple. HEX triplet: 39, 0F and FF. RGB value is (57,15,255). Sum of RGB (Red+Green+Blue) = 57+15+255=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #390FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390FFF is #C6F000. Grayscale: #363636. Windows color (decimal): -13037569 or 16715577. OLE color: 16715577.

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

Color convert

RGB 57 15 255 -
CMYK 0.78 0.94 0 0
HSL 250.5º 1% 0.53% -
HSV(B) 250.5º 0.94% 1% -
XYZ 19.91 8.43 95.19 -
YUV 54.92 240.91 129.49 -
System Red Green Blue C M Y K H S L
Decimal 57 15 255 0.78 0.94 0 0 250.5 1 0.53
Hex 39 F FF 4E 5E 0 0 FB 64 35
Octal 71 17 377 116 136 0 0 373 144 65
Binary 111001 1111 11111111 1001110 1011110 0 0 11111011 1100100 110101

Color Harmonies of #390FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390FFF

Black with #390FFF

Text Example


Text Example

White with #390FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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