Html Css Color HEX #392FDD Han Purple

📋 copy color: '#392FDD'

red 57 ◦ green 47 ◦ blue 221

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

Shades of Han Purple #392FDD

Tints of Han Purple #392FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.46%

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

R = 17.54%
G = 14.46%
B = 68%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#392FDD (or 0x392FDD) is known color: Han Purple. HEX triplet: 39, 2F and DD. RGB value is (57,47,221). Sum of RGB (Red+Green+Blue) = 57+47+221=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #392FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392FDD is #C6D022. Grayscale: #454545. Windows color (decimal): -13029411 or 14495545. OLE color: 14495545.

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

Color convert

RGB 57 47 221 -
CMYK 0.74 0.79 0 0.13
HSL 243.45º 0.72% 0.53% -
HSV(B) 243.45º 0.79% 0.87% -
XYZ 15.76 8.12 69.14 -
YUV 69.83 213.31 118.85 -
System Red Green Blue C M Y K H S L
Decimal 57 47 221 0.74 0.79 0 0.13 243.45 0.72 0.53
Hex 39 2F DD 4A 4F 0 D F3 48 35
Octal 71 57 335 112 117 0 15 363 110 65
Binary 111001 101111 11011101 1001010 1001111 0 1101 11110011 1001000 110101

Color Harmonies of #392FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392FDD

Black with #392FDD

Text Example


Text Example

White with #392FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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