Html Css Color HEX #391D81 Persian Indigo

📋 copy color: '#391D81'

red 57 ◦ green 29 ◦ blue 129

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

Shades of Persian Indigo #391D81

Tints of Persian Indigo #391D81

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.49%

 BLUE value IS 129 (50.78% from 255) = 60%

R = 26.51%
G = 13.49%
B = 60%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#391D81 (or 0x391D81) is known color: Persian Indigo. HEX triplet: 39, 1D and 81. RGB value is (57,29,129). Sum of RGB (Red+Green+Blue) = 57+29+129=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 129 (50.78% from 255 or 60% from 215); Max value from RGB is 129 - color contains mainly: blue. Hex color #391D81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391D81 is #C6E27E. Grayscale: #303030. Windows color (decimal): -13034111 or 8461625. OLE color: 8461625.

HSL color Cylindrical-coordinate representation of color #391D81: hue angle of 256.8º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #391D81 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 29 129 -
CMYK 0.56 0.78 0 0.49
HSL 256.8º 0.63% 0.31% -
HSV(B) 256.8º 0.78% 0.51% -
XYZ 6.09 3.33 21.09 -
YUV 48.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 57 29 129 0.56 0.78 0 0.49 256.8 0.63 0.31
Hex 39 1D 81 38 4E 0 31 101 3F 1F
Octal 71 35 201 70 116 0 61 401 77 37
Binary 111001 11101 10000001 111000 1001110 0 110001 100000001 111111 11111

Color Harmonies of #391D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391D81

Black with #391D81

Text Example


Text Example

White with #391D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,29,129); }

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

background-color css

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

 a { background-color: rgb(57,29,129); }

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

border-color css

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

 span { border-color: rgb(57,29,129); }

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