Html Css Color HEX #390DCC Han Purple

📋 copy color: '#390DCC'

red 57 ◦ green 13 ◦ blue 204

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

Shades of Han Purple #390DCC

Tints of Han Purple #390DCC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.74%

 BLUE value IS 204 (80.08% from 255) = 74.45%

R = 20.8%
G = 4.74%
B = 74.45%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#390DCC (or 0x390DCC) is known color: Han Purple. HEX triplet: 39, 0D and CC. RGB value is (57,13,204). Sum of RGB (Red+Green+Blue) = 57+13+204=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #390DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390DCC is #C6F233. Grayscale: #2F2F2F. Windows color (decimal): -13038132 or 13372729. OLE color: 13372729.

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

Color convert

RGB 57 13 204 -
CMYK 0.72 0.94 0 0.2
HSL 253.82º 0.88% 0.43% -
HSV(B) 253.82º 0.94% 0.8% -
XYZ 12.73 5.52 57.52 -
YUV 47.93 216.08 134.47 -
System Red Green Blue C M Y K H S L
Decimal 57 13 204 0.72 0.94 0 0.2 253.82 0.88 0.43
Hex 39 D CC 48 5E 0 14 FE 58 2B
Octal 71 15 314 110 136 0 24 376 130 53
Binary 111001 1101 11001100 1001000 1011110 0 10100 11111110 1011000 101011

Color Harmonies of #390DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390DCC

Black with #390DCC

Text Example


Text Example

White with #390DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,13,204); }

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

background-color css

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

 a { background-color: rgb(57,13,204); }

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

border-color css

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

 span { border-color: rgb(57,13,204); }

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