Html Css Color HEX #390CCF Han Purple

📋 copy color: '#390CCF'

red 57 ◦ green 12 ◦ blue 207

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

Shades of Han Purple #390CCF

Tints of Han Purple #390CCF

RGB

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

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

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

R = 20.65%
G = 4.35%
B = 75%

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

#390CCF (or 0x390CCF) is known color: Han Purple. HEX triplet: 39, 0C and CF. RGB value is (57,12,207). Sum of RGB (Red+Green+Blue) = 57+12+207=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 207 (81.25% from 255 or 75% from 276); Max value from RGB is 207 - color contains mainly: blue. Hex color #390CCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390CCF is #C6F330. Grayscale: #2E2E2E. Windows color (decimal): -13038385 or 13569081. OLE color: 13569081.

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

Color convert

RGB 57 12 207 -
CMYK 0.72 0.94 0 0.19
HSL 253.85º 0.89% 0.43% -
HSV(B) 253.85º 0.94% 0.81% -
XYZ 13.08 5.64 59.43 -
YUV 47.69 217.91 134.64 -
System Red Green Blue C M Y K H S L
Decimal 57 12 207 0.72 0.94 0 0.19 253.85 0.89 0.43
Hex 39 C CF 48 5E 0 13 FE 59 2B
Octal 71 14 317 110 136 0 23 376 131 53
Binary 111001 1100 11001111 1001000 1011110 0 10011 11111110 1011001 101011

Color Harmonies of #390CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390CCF

Black with #390CCF

Text Example


Text Example

White with #390CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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