Html Css Color HEX #390FDD Han Purple

📋 copy color: '#390FDD'

red 57 ◦ green 15 ◦ blue 221

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

Shades of Han Purple #390FDD

Tints of Han Purple #390FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 75.43%

R = 19.45%
G = 5.12%
B = 75.43%

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

#390FDD (or 0x390FDD) is known color: Han Purple. HEX triplet: 39, 0F and DD. RGB value is (57,15,221). Sum of RGB (Red+Green+Blue) = 57+15+221=293 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.45% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 221 (86.72% from 255 or 75.43% from 293); Max value from RGB is 221 - color contains mainly: blue. Hex color #390FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390FDD is #C6F022. Grayscale: #323232. Windows color (decimal): -13037603 or 14487353. OLE color: 14487353.

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

Color convert

RGB 57 15 221 -
CMYK 0.74 0.93 0 0.13
HSL 252.23º 0.87% 0.46% -
HSV(B) 252.23º 0.93% 0.87% -
XYZ 14.91 6.43 68.86 -
YUV 51.04 223.91 132.25 -
System Red Green Blue C M Y K H S L
Decimal 57 15 221 0.74 0.93 0 0.13 252.23 0.87 0.46
Hex 39 F DD 4A 5D 0 D FC 57 2E
Octal 71 17 335 112 135 0 15 374 127 56
Binary 111001 1111 11011101 1001010 1011101 0 1101 11111100 1010111 101110

Color Harmonies of #390FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390FDD

Black with #390FDD

Text Example


Text Example

White with #390FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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