Html Css Color HEX #391ACD Han Purple

📋 copy color: '#391ACD'

red 57 ◦ green 26 ◦ blue 205

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

Shades of Han Purple #391ACD

Tints of Han Purple #391ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 71.18%

R = 19.79%
G = 9.03%
B = 71.18%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#391ACD (or 0x391ACD) is known color: Han Purple. HEX triplet: 39, 1A and CD. RGB value is (57,26,205). Sum of RGB (Red+Green+Blue) = 57+26+205=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #391ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391ACD is #C6E532. Grayscale: #363636. Windows color (decimal): -13034803 or 13441593. OLE color: 13441593.

HSL color Cylindrical-coordinate representation of color #391ACD: hue angle of 250.39º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #391ACD is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 26 205 -
CMYK 0.72 0.87 0 0.20
HSL 250.39º 0.77% 0.45% -
HSV(B) 250.39º 0.87% 0.8% -
XYZ 13.08 6.02 58.23 -
YUV 55.68 212.27 128.95 -
System Red Green Blue C M Y K H S L
Decimal 57 26 205 0.72 0.87 0 0.20 250.39 0.77 0.45
Hex 39 1A CD 48 57 0 14 FA 4D 2D
Octal 71 32 315 110 127 0 24 372 115 55
Binary 111001 11010 11001101 1001000 1010111 0 10100 11111010 1001101 101101

Color Harmonies of #391ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391ACD

Black with #391ACD

Text Example


Text Example

White with #391ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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