Html Css Color HEX #390DCF Han Purple

📋 copy color: '#390DCF'

red 57 ◦ green 13 ◦ blue 207

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

Shades of Han Purple #390DCF

Tints of Han Purple #390DCF

RGB

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

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

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

R = 20.58%
G = 4.69%
B = 74.73%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#390DCF (or 0x390DCF) is known color: Han Purple. HEX triplet: 39, 0D and CF. RGB value is (57,13,207). Sum of RGB (Red+Green+Blue) = 57+13+207=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 207 (81.25% from 255 or 74.73% from 277); Max value from RGB is 207 - color contains mainly: blue. Hex color #390DCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390DCF is #C6F230. Grayscale: #2F2F2F. Windows color (decimal): -13038129 or 13569337. OLE color: 13569337.

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

Color convert

RGB 57 13 207 -
CMYK 0.72 0.94 0 0.19
HSL 253.61º 0.88% 0.43% -
HSV(B) 253.61º 0.94% 0.81% -
XYZ 13.09 5.66 59.43 -
YUV 48.27 217.58 134.23 -
System Red Green Blue C M Y K H S L
Decimal 57 13 207 0.72 0.94 0 0.19 253.61 0.88 0.43
Hex 39 D CF 48 5E 0 13 FE 58 2B
Octal 71 15 317 110 136 0 23 376 130 53
Binary 111001 1101 11001111 1001000 1011110 0 10011 11111110 1011000 101011

Color Harmonies of #390DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390DCF

Black with #390DCF

Text Example


Text Example

White with #390DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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