Html Css Color HEX #390FCD Han Purple

📋 copy color: '#390FCD'

red 57 ◦ green 15 ◦ blue 205

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

Shades of Han Purple #390FCD

Tints of Han Purple #390FCD

RGB

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

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

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

R = 20.58%
G = 5.42%
B = 74.01%

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

#390FCD (or 0x390FCD) is known color: Han Purple. HEX triplet: 39, 0F and CD. RGB value is (57,15,205). Sum of RGB (Red+Green+Blue) = 57+15+205=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 205 (80.47% from 255 or 74.01% from 277); Max value from RGB is 205 - color contains mainly: blue. Hex color #390FCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390FCD is #C6F032. Grayscale: #303030. Windows color (decimal): -13037619 or 13438777. OLE color: 13438777.

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

Color convert

RGB 57 15 205 -
CMYK 0.72 0.93 0 0.20
HSL 253.26º 0.86% 0.43% -
HSV(B) 253.26º 0.93% 0.8% -
XYZ 12.88 5.62 58.16 -
YUV 49.22 215.91 133.55 -
System Red Green Blue C M Y K H S L
Decimal 57 15 205 0.72 0.93 0 0.20 253.26 0.86 0.43
Hex 39 F CD 48 5D 0 14 FD 56 2B
Octal 71 17 315 110 135 0 24 375 126 53
Binary 111001 1111 11001101 1001000 1011101 0 10100 11111101 1010110 101011

Color Harmonies of #390FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390FCD

Black with #390FCD

Text Example


Text Example

White with #390FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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