Html Css Color HEX #390ECD Han Purple

📋 copy color: '#390ECD'

red 57 ◦ green 14 ◦ blue 205

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

Shades of Han Purple #390ECD

Tints of Han Purple #390ECD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.07%

 BLUE value IS 205 (80.47% from 255) = 74.28%

R = 20.65%
G = 5.07%
B = 74.28%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#390ECD (or 0x390ECD) is known color: Han Purple. HEX triplet: 39, 0E and CD. RGB value is (57,14,205). Sum of RGB (Red+Green+Blue) = 57+14+205=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 205 (80.47% from 255 or 74.28% from 276); Max value from RGB is 205 - color contains mainly: blue. Hex color #390ECD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390ECD is #C6F132. Grayscale: #2F2F2F. Windows color (decimal): -13037875 or 13438521. OLE color: 13438521.

HSL color Cylindrical-coordinate representation of color #390ECD: hue angle of 253.51º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390ECD is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 14 205 -
CMYK 0.72 0.93 0 0.20
HSL 253.51º 0.87% 0.43% -
HSV(B) 253.51º 0.93% 0.8% -
XYZ 12.86 5.59 58.16 -
YUV 48.63 216.25 133.97 -
System Red Green Blue C M Y K H S L
Decimal 57 14 205 0.72 0.93 0 0.20 253.51 0.87 0.43
Hex 39 E CD 48 5D 0 14 FE 57 2B
Octal 71 16 315 110 135 0 24 376 127 53
Binary 111001 1110 11001101 1001000 1011101 0 10100 11111110 1010111 101011

Color Harmonies of #390ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390ECD

Black with #390ECD

Text Example


Text Example

White with #390ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,14,205); }

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

background-color css

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

 a { background-color: rgb(57,14,205); }

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

border-color css

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

 span { border-color: rgb(57,14,205); }

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