Html Css Color HEX #391BD5 Han Purple

📋 copy color: '#391BD5'

red 57 ◦ green 27 ◦ blue 213

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

Shades of Han Purple #391BD5

Tints of Han Purple #391BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 71.72%

R = 19.19%
G = 9.09%
B = 71.72%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#391BD5 (or 0x391BD5) is known color: Han Purple. HEX triplet: 39, 1B and D5. RGB value is (57,27,213). Sum of RGB (Red+Green+Blue) = 57+27+213=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 213 (83.59% from 255 or 71.72% from 297); Max value from RGB is 213 - color contains mainly: blue. Hex color #391BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391BD5 is #C6E42A. Grayscale: #383838. Windows color (decimal): -13034539 or 13966137. OLE color: 13966137.

HSL color Cylindrical-coordinate representation of color #391BD5: hue angle of 249.68º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #391BD5 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 57 27 213 -
CMYK 0.73 0.87 0 0.16
HSL 249.68º 0.78% 0.47% -
HSV(B) 249.68º 0.87% 0.84% -
XYZ 14.09 6.46 63.45 -
YUV 57.17 215.94 127.88 -
System Red Green Blue C M Y K H S L
Decimal 57 27 213 0.73 0.87 0 0.16 249.68 0.78 0.47
Hex 39 1B D5 49 57 0 10 FA 4E 2F
Octal 71 33 325 111 127 0 20 372 116 57
Binary 111001 11011 11010101 1001001 1010111 0 10000 11111010 1001110 101111

Color Harmonies of #391BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391BD5

Black with #391BD5

Text Example


Text Example

White with #391BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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