Html Css Color HEX #390CDF Han Purple

📋 copy color: '#390CDF'

red 57 ◦ green 12 ◦ blue 223

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

Shades of Han Purple #390CDF

Tints of Han Purple #390CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 76.37%

R = 19.52%
G = 4.11%
B = 76.37%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#390CDF (or 0x390CDF) is known color: Han Purple. HEX triplet: 39, 0C and DF. RGB value is (57,12,223). Sum of RGB (Red+Green+Blue) = 57+12+223=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 223 (87.5% from 255 or 76.37% from 292); Max value from RGB is 223 - color contains mainly: blue. Hex color #390CDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #390CDF is #C6F320. Grayscale: #303030. Windows color (decimal): -13038369 or 14617657. OLE color: 14617657.

HSL color Cylindrical-coordinate representation of color #390CDF: hue angle of 252.8º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390CDF is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 57 12 223 -
CMYK 0.74 0.95 0 0.13
HSL 252.8º 0.9% 0.46% -
HSV(B) 252.8º 0.95% 0.87% -
XYZ 15.14 6.46 70.26 -
YUV 49.51 225.91 133.34 -
System Red Green Blue C M Y K H S L
Decimal 57 12 223 0.74 0.95 0 0.13 252.8 0.9 0.46
Hex 39 C DF 4A 5F 0 D FD 5A 2E
Octal 71 14 337 112 137 0 15 375 132 56
Binary 111001 1100 11011111 1001010 1011111 0 1101 11111101 1011010 101110

Color Harmonies of #390CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390CDF

Black with #390CDF

Text Example


Text Example

White with #390CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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