Html Css Color HEX #390FDF Han Purple

📋 copy color: '#390FDF'

red 57 ◦ green 15 ◦ blue 223

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

Shades of Han Purple #390FDF

Tints of Han Purple #390FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 75.59%

R = 19.32%
G = 5.08%
B = 75.59%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#390FDF (or 0x390FDF) is known color: Han Purple. HEX triplet: 39, 0F and DF. RGB value is (57,15,223). Sum of RGB (Red+Green+Blue) = 57+15+223=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 223 (87.5% from 255 or 75.59% from 295); Max value from RGB is 223 - color contains mainly: blue. Hex color #390FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390FDF is #C6F020. Grayscale: #323232. Windows color (decimal): -13037601 or 14618425. OLE color: 14618425.

HSL color Cylindrical-coordinate representation of color #390FDF: hue angle of 252.12º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390FDF is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 15 223 -
CMYK 0.74 0.93 0 0.13
HSL 252.12º 0.87% 0.47% -
HSV(B) 252.12º 0.93% 0.87% -
XYZ 15.18 6.54 70.27 -
YUV 51.27 224.91 132.09 -
System Red Green Blue C M Y K H S L
Decimal 57 15 223 0.74 0.93 0 0.13 252.12 0.87 0.47
Hex 39 F DF 4A 5D 0 D FC 57 2F
Octal 71 17 337 112 135 0 15 374 127 57
Binary 111001 1111 11011111 1001010 1011101 0 1101 11111100 1010111 101111

Color Harmonies of #390FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390FDF

Black with #390FDF

Text Example


Text Example

White with #390FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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