Html Css Color HEX #390FFC Han Purple

📋 copy color: '#390FFC'

red 57 ◦ green 15 ◦ blue 252

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

Shades of Han Purple #390FFC

Tints of Han Purple #390FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 77.78%

R = 17.59%
G = 4.63%
B = 77.78%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#390FFC (or 0x390FFC) is known color: Han Purple. HEX triplet: 39, 0F and FC. RGB value is (57,15,252). Sum of RGB (Red+Green+Blue) = 57+15+252=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #390FFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #390FFC is #C6F003. Grayscale: #353535. Windows color (decimal): -13037572 or 16518969. OLE color: 16518969.

HSL color Cylindrical-coordinate representation of color #390FFC: hue angle of 250.63º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390FFC is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 57 15 252 -
CMYK 0.77 0.94 0 0.01
HSL 250.63º 0.98% 0.52% -
HSV(B) 250.63º 0.94% 0.99% -
XYZ 19.43 8.24 92.66 -
YUV 54.58 239.41 129.73 -
System Red Green Blue C M Y K H S L
Decimal 57 15 252 0.77 0.94 0 0.01 250.63 0.98 0.52
Hex 39 F FC 4D 5E 0 1 FB 62 34
Octal 71 17 374 115 136 0 1 373 142 64
Binary 111001 1111 11111100 1001101 1011110 0 1 11111011 1100010 110100

Color Harmonies of #390FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390FFC

Black with #390FFC

Text Example


Text Example

White with #390FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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