Html Css Color HEX #391BDD Han Purple

📋 copy color: '#391BDD'

red 57 ◦ green 27 ◦ blue 221

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

Shades of Han Purple #391BDD

Tints of Han Purple #391BDD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.85%

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

R = 18.69%
G = 8.85%
B = 72.46%

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

#391BDD (or 0x391BDD) is known color: Han Purple. HEX triplet: 39, 1B and DD. RGB value is (57,27,221). Sum of RGB (Red+Green+Blue) = 57+27+221=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #391BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391BDD is #C6E422. Grayscale: #393939. Windows color (decimal): -13034531 or 14490425. OLE color: 14490425.

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

Color convert

RGB 57 27 221 -
CMYK 0.74 0.88 0 0.13
HSL 249.28º 0.78% 0.49% -
HSV(B) 249.28º 0.88% 0.87% -
XYZ 15.13 6.87 68.94 -
YUV 58.09 219.94 127.23 -
System Red Green Blue C M Y K H S L
Decimal 57 27 221 0.74 0.88 0 0.13 249.28 0.78 0.49
Hex 39 1B DD 4A 58 0 D F9 4E 31
Octal 71 33 335 112 130 0 15 371 116 61
Binary 111001 11011 11011101 1001010 1011000 0 1101 11111001 1001110 110001

Color Harmonies of #391BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391BDD

Black with #391BDD

Text Example


Text Example

White with #391BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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