Html Css Color HEX #392CDC Han Purple

📋 copy color: '#392CDC'

red 57 ◦ green 44 ◦ blue 220

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

Shades of Han Purple #392CDC

Tints of Han Purple #392CDC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.71%

 BLUE value IS 220 (86.33% from 255) = 68.54%

R = 17.76%
G = 13.71%
B = 68.54%

CMYK

 C value IS 0.74

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#392CDC (or 0x392CDC) is known color: Han Purple. HEX triplet: 39, 2C and DC. RGB value is (57,44,220). Sum of RGB (Red+Green+Blue) = 57+44+220=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #392CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392CDC is #C6D323. Grayscale: #434343. Windows color (decimal): -13030180 or 14429241. OLE color: 14429241.

HSL color Cylindrical-coordinate representation of color #392CDC: hue angle of 244.43º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #392CDC is Cyan = 0.74, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 57 44 220 -
CMYK 0.74 0.8 0 0.14
HSL 244.43º 0.72% 0.52% -
HSV(B) 244.43º 0.8% 0.86% -
XYZ 15.51 7.84 68.41 -
YUV 67.95 213.81 120.19 -
System Red Green Blue C M Y K H S L
Decimal 57 44 220 0.74 0.8 0 0.14 244.43 0.72 0.52
Hex 39 2C DC 4A 50 0 E F4 48 34
Octal 71 54 334 112 120 0 16 364 110 64
Binary 111001 101100 11011100 1001010 1010000 0 1110 11110100 1001000 110100

Color Harmonies of #392CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392CDC

Black with #392CDC

Text Example


Text Example

White with #392CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392CDC; }

 p { color: rgb(57,44,220); }

 H1.HeaderClassName
 {
   color: #392CDC;
 }
 .AnyTagClassName
 {
   color: #392CDC;
 }
</style>

background-color css

<style>
 a { background-color: #392CDC; }

 a { background-color: rgb(57,44,220); }

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

border-color css

<style>
 span { border-color: #392CDC; }

 span { border-color: rgb(57,44,220); }

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