Html Css Color HEX #391ADD Han Purple

📋 copy color: '#391ADD'

red 57 ◦ green 26 ◦ blue 221

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

Shades of Han Purple #391ADD

Tints of Han Purple #391ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.55%

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

R = 18.75%
G = 8.55%
B = 72.7%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#391ADD (or 0x391ADD) is known color: Han Purple. HEX triplet: 39, 1A and DD. RGB value is (57,26,221). Sum of RGB (Red+Green+Blue) = 57+26+221=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #391ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391ADD is #C6E522. Grayscale: #383838. Windows color (decimal): -13034787 or 14490169. OLE color: 14490169.

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

Color convert

RGB 57 26 221 -
CMYK 0.74 0.88 0 0.13
HSL 249.54º 0.79% 0.48% -
HSV(B) 249.54º 0.88% 0.87% -
XYZ 15.11 6.83 68.93 -
YUV 57.5 220.27 127.64 -
System Red Green Blue C M Y K H S L
Decimal 57 26 221 0.74 0.88 0 0.13 249.54 0.79 0.48
Hex 39 1A DD 4A 58 0 D FA 4F 30
Octal 71 32 335 112 130 0 15 372 117 60
Binary 111001 11010 11011101 1001010 1011000 0 1101 11111010 1001111 110000

Color Harmonies of #391ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391ADD

Black with #391ADD

Text Example


Text Example

White with #391ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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