Html Css Color HEX #391D85 Persian Indigo

📋 copy color: '#391D85'

red 57 ◦ green 29 ◦ blue 133

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

Shades of Persian Indigo #391D85

Tints of Persian Indigo #391D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 60.73%

R = 26.03%
G = 13.24%
B = 60.73%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#391D85 (or 0x391D85) is known color: Persian Indigo. HEX triplet: 39, 1D and 85. RGB value is (57,29,133). Sum of RGB (Red+Green+Blue) = 57+29+133=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #391D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391D85 is #C6E27A. Grayscale: #303030. Windows color (decimal): -13034107 or 8723769. OLE color: 8723769.

HSL color Cylindrical-coordinate representation of color #391D85: hue angle of 256.15º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #391D85 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 29 133 -
CMYK 0.57 0.78 0 0.48
HSL 256.15º 0.64% 0.32% -
HSV(B) 256.15º 0.78% 0.52% -
XYZ 6.36 3.44 22.52 -
YUV 49.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 57 29 133 0.57 0.78 0 0.48 256.15 0.64 0.32
Hex 39 1D 85 39 4E 0 30 100 40 20
Octal 71 35 205 71 116 0 60 400 100 40
Binary 111001 11101 10000101 111001 1001110 0 110000 100000000 1000000 100000

Color Harmonies of #391D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391D85

Black with #391D85

Text Example


Text Example

White with #391D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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