Html Css Color HEX #390ECF Han Purple

📋 copy color: '#390ECF'

red 57 ◦ green 14 ◦ blue 207

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

Shades of Han Purple #390ECF

Tints of Han Purple #390ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 74.46%

R = 20.5%
G = 5.04%
B = 74.46%

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

#390ECF (or 0x390ECF) is known color: Han Purple. HEX triplet: 39, 0E and CF. RGB value is (57,14,207). Sum of RGB (Red+Green+Blue) = 57+14+207=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 14 (5.86% from 255 or 5.04% from 278); Blue value is 207 (81.25% from 255 or 74.46% from 278); Max value from RGB is 207 - color contains mainly: blue. Hex color #390ECF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390ECF is #C6F130. Grayscale: #303030. Windows color (decimal): -13037873 or 13569593. OLE color: 13569593.

HSL color Cylindrical-coordinate representation of color #390ECF: hue angle of 253.37º 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 #390ECF is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 57 14 207 -
CMYK 0.72 0.93 0 0.19
HSL 253.37º 0.87% 0.43% -
HSV(B) 253.37º 0.93% 0.81% -
XYZ 13.11 5.69 59.44 -
YUV 48.86 217.25 133.81 -
System Red Green Blue C M Y K H S L
Decimal 57 14 207 0.72 0.93 0 0.19 253.37 0.87 0.43
Hex 39 E CF 48 5D 0 13 FD 57 2B
Octal 71 16 317 110 135 0 23 375 127 53
Binary 111001 1110 11001111 1001000 1011101 0 10011 11111101 1010111 101011

Color Harmonies of #390ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390ECF

Black with #390ECF

Text Example


Text Example

White with #390ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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