Html Css Color HEX #391D75 Persian Indigo

📋 copy color: '#391D75'

red 57 ◦ green 29 ◦ blue 117

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

Shades of Persian Indigo #391D75

Tints of Persian Indigo #391D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.64%

R = 28.08%
G = 14.29%
B = 57.64%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#391D75 (or 0x391D75) is known color: Persian Indigo. HEX triplet: 39, 1D and 75. RGB value is (57,29,117). Sum of RGB (Red+Green+Blue) = 57+29+117=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #391D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391D75 is #C6E28A. Grayscale: #2F2F2F. Windows color (decimal): -13034123 or 7675193. OLE color: 7675193.

HSL color Cylindrical-coordinate representation of color #391D75: hue angle of 259.09º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #391D75 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 29 117 -
CMYK 0.51 0.75 0 0.54
HSL 259.09º 0.6% 0.29% -
HSV(B) 259.09º 0.75% 0.46% -
XYZ 5.34 3.03 17.13 -
YUV 47.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 57 29 117 0.51 0.75 0 0.54 259.09 0.6 0.29
Hex 39 1D 75 33 4B 0 36 103 3C 1D
Octal 71 35 165 63 113 0 66 403 74 35
Binary 111001 11101 1110101 110011 1001011 0 110110 100000011 111100 11101

Color Harmonies of #391D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391D75

Black with #391D75

Text Example


Text Example

White with #391D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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