Html Css Color HEX #390CCE Han Purple

📋 copy color: '#390CCE'

red 57 ◦ green 12 ◦ blue 206

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

Shades of Han Purple #390CCE

Tints of Han Purple #390CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 74.91%

R = 20.73%
G = 4.36%
B = 74.91%

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

#390CCE (or 0x390CCE) is known color: Han Purple. HEX triplet: 39, 0C and CE. RGB value is (57,12,206). Sum of RGB (Red+Green+Blue) = 57+12+206=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #390CCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390CCE is #C6F331. Grayscale: #2E2E2E. Windows color (decimal): -13038386 or 13503545. OLE color: 13503545.

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

Color convert

RGB 57 12 206 -
CMYK 0.72 0.94 0 0.19
HSL 253.92º 0.89% 0.43% -
HSV(B) 253.92º 0.94% 0.81% -
XYZ 12.96 5.59 58.79 -
YUV 47.57 217.41 134.73 -
System Red Green Blue C M Y K H S L
Decimal 57 12 206 0.72 0.94 0 0.19 253.92 0.89 0.43
Hex 39 C CE 48 5E 0 13 FE 59 2B
Octal 71 14 316 110 136 0 23 376 131 53
Binary 111001 1100 11001110 1001000 1011110 0 10011 11111110 1011001 101011

Color Harmonies of #390CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390CCE

Black with #390CCE

Text Example


Text Example

White with #390CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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