Html Css Color HEX #390ECE Han Purple

📋 copy color: '#390ECE'

red 57 ◦ green 14 ◦ blue 206

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

Shades of Han Purple #390ECE

Tints of Han Purple #390ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 74.37%

R = 20.58%
G = 5.05%
B = 74.37%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#390ECE (or 0x390ECE) is known color: Han Purple. HEX triplet: 39, 0E and CE. RGB value is (57,14,206). Sum of RGB (Red+Green+Blue) = 57+14+206=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 206 (80.86% from 255 or 74.37% from 277); Max value from RGB is 206 - color contains mainly: blue. Hex color #390ECE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390ECE is #C6F131. Grayscale: #303030. Windows color (decimal): -13037874 or 13504057. OLE color: 13504057.

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

Color convert

RGB 57 14 206 -
CMYK 0.72 0.93 0 0.19
HSL 253.44º 0.87% 0.43% -
HSV(B) 253.44º 0.93% 0.81% -
XYZ 12.98 5.64 58.8 -
YUV 48.75 216.75 133.89 -
System Red Green Blue C M Y K H S L
Decimal 57 14 206 0.72 0.93 0 0.19 253.44 0.87 0.43
Hex 39 E CE 48 5D 0 13 FD 57 2B
Octal 71 16 316 110 135 0 23 375 127 53
Binary 111001 1110 11001110 1001000 1011101 0 10011 11111101 1010111 101011

Color Harmonies of #390ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390ECE

Black with #390ECE

Text Example


Text Example

White with #390ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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