Html Css Color HEX #390FEF Han Purple

📋 copy color: '#390FEF'

red 57 ◦ green 15 ◦ blue 239

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

Shades of Han Purple #390FEF

Tints of Han Purple #390FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 76.85%

R = 18.33%
G = 4.82%
B = 76.85%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#390FEF (or 0x390FEF) is known color: Han Purple. HEX triplet: 39, 0F and EF. RGB value is (57,15,239). Sum of RGB (Red+Green+Blue) = 57+15+239=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 239 (93.75% from 255 or 76.85% from 311); Max value from RGB is 239 - color contains mainly: blue. Hex color #390FEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390FEF is #C6F010. Grayscale: #343434. Windows color (decimal): -13037585 or 15667001. OLE color: 15667001.

HSL color Cylindrical-coordinate representation of color #390FEF: hue angle of 251.25º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390FEF is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 57 15 239 -
CMYK 0.76 0.94 0 0.06
HSL 251.25º 0.88% 0.5% -
HSV(B) 251.25º 0.94% 0.94% -
XYZ 17.44 7.44 82.18 -
YUV 53.09 232.91 130.79 -
System Red Green Blue C M Y K H S L
Decimal 57 15 239 0.76 0.94 0 0.06 251.25 0.88 0.5
Hex 39 F EF 4C 5E 0 6 FB 58 32
Octal 71 17 357 114 136 0 6 373 130 62
Binary 111001 1111 11101111 1001100 1011110 0 110 11111011 1011000 110010

Color Harmonies of #390FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390FEF

Black with #390FEF

Text Example


Text Example

White with #390FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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