Html Css Color HEX #391AA0 Persian Indigo

📋 copy color: '#391AA0'

red 57 ◦ green 26 ◦ blue 160

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

Shades of Persian Indigo #391AA0

Tints of Persian Indigo #391AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 65.84%

R = 23.46%
G = 10.7%
B = 65.84%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#391AA0 (or 0x391AA0) is known color: Persian Indigo. HEX triplet: 39, 1A and A0. RGB value is (57,26,160). Sum of RGB (Red+Green+Blue) = 57+26+160=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 160 (62.89% from 255 or 65.84% from 243); Max value from RGB is 160 - color contains mainly: blue. Hex color #391AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391AA0 is #C6E55F. Grayscale: #323232. Windows color (decimal): -13034848 or 10492473. OLE color: 10492473.

HSL color Cylindrical-coordinate representation of color #391AA0: hue angle of 253.88º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #391AA0 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 57 26 160 -
CMYK 0.64 0.84 0 0.37
HSL 253.88º 0.72% 0.36% -
HSV(B) 253.88º 0.84% 0.63% -
XYZ 8.4 4.15 33.62 -
YUV 50.55 189.77 132.6 -
System Red Green Blue C M Y K H S L
Decimal 57 26 160 0.64 0.84 0 0.37 253.88 0.72 0.36
Hex 39 1A A0 40 54 0 25 FE 48 24
Octal 71 32 240 100 124 0 45 376 110 44
Binary 111001 11010 10100000 1000000 1010100 0 100101 11111110 1001000 100100

Color Harmonies of #391AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391AA0

Black with #391AA0

Text Example


Text Example

White with #391AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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