Html Css Color HEX #390CDC Han Purple

📋 copy color: '#390CDC'

red 57 ◦ green 12 ◦ blue 220

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

Shades of Han Purple #390CDC

Tints of Han Purple #390CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.15%

 BLUE value IS 220 (86.33% from 255) = 76.12%

R = 19.72%
G = 4.15%
B = 76.12%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#390CDC (or 0x390CDC) is known color: Han Purple. HEX triplet: 39, 0C and DC. RGB value is (57,12,220). Sum of RGB (Red+Green+Blue) = 57+12+220=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 220 (86.33% from 255 or 76.12% from 289); Max value from RGB is 220 - color contains mainly: blue. Hex color #390CDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390CDC is #C6F323. Grayscale: #303030. Windows color (decimal): -13038372 or 14421049. OLE color: 14421049.

HSL color Cylindrical-coordinate representation of color #390CDC: hue angle of 252.98º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390CDC is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 12 220 -
CMYK 0.74 0.95 0 0.14
HSL 252.98º 0.9% 0.45% -
HSV(B) 252.98º 0.95% 0.86% -
XYZ 14.74 6.3 68.15 -
YUV 49.17 224.41 133.59 -
System Red Green Blue C M Y K H S L
Decimal 57 12 220 0.74 0.95 0 0.14 252.98 0.9 0.45
Hex 39 C DC 4A 5F 0 E FD 5A 2D
Octal 71 14 334 112 137 0 16 375 132 55
Binary 111001 1100 11011100 1001010 1011111 0 1110 11111101 1011010 101101

Color Harmonies of #390CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390CDC

Black with #390CDC

Text Example


Text Example

White with #390CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,12,220); }

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

background-color css

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

 a { background-color: rgb(57,12,220); }

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

border-color css

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

 span { border-color: rgb(57,12,220); }

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