Html Css Color HEX #392ADD Han Purple

📋 copy color: '#392ADD'

red 57 ◦ green 42 ◦ blue 221

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

Shades of Han Purple #392ADD

Tints of Han Purple #392ADD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.13%

 BLUE value IS 221 (86.72% from 255) = 69.06%

R = 17.81%
G = 13.13%
B = 69.06%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#392ADD (or 0x392ADD) is known color: Han Purple. HEX triplet: 39, 2A and DD. RGB value is (57,42,221). Sum of RGB (Red+Green+Blue) = 57+42+221=320 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.81% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #392ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392ADD is #C6D522. Grayscale: #424242. Windows color (decimal): -13030691 or 14494265. OLE color: 14494265.

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

Color convert

RGB 57 42 221 -
CMYK 0.74 0.81 0 0.13
HSL 245.03º 0.72% 0.52% -
HSV(B) 245.03º 0.81% 0.87% -
XYZ 15.57 7.75 69.08 -
YUV 66.89 214.97 120.95 -
System Red Green Blue C M Y K H S L
Decimal 57 42 221 0.74 0.81 0 0.13 245.03 0.72 0.52
Hex 39 2A DD 4A 51 0 D F5 48 34
Octal 71 52 335 112 121 0 15 365 110 64
Binary 111001 101010 11011101 1001010 1010001 0 1101 11110101 1001000 110100

Color Harmonies of #392ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392ADD

Black with #392ADD

Text Example


Text Example

White with #392ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,42,221); }

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

background-color css

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

 a { background-color: rgb(57,42,221); }

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

border-color css

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

 span { border-color: rgb(57,42,221); }

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