Html Css Color HEX #391C7D Persian Indigo

📋 copy color: '#391C7D'

red 57 ◦ green 28 ◦ blue 125

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

Shades of Persian Indigo #391C7D

Tints of Persian Indigo #391C7D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.33%

 BLUE value IS 125 (49.22% from 255) = 59.52%

R = 27.14%
G = 13.33%
B = 59.52%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#391C7D (or 0x391C7D) is known color: Persian Indigo. HEX triplet: 39, 1C and 7D. RGB value is (57,28,125). Sum of RGB (Red+Green+Blue) = 57+28+125=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #391C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391C7D is #C6E382. Grayscale: #2F2F2F. Windows color (decimal): -13034371 or 8199225. OLE color: 8199225.

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

Color convert

RGB 57 28 125 -
CMYK 0.54 0.78 0 0.51
HSL 257.94º 0.63% 0.3% -
HSV(B) 257.94º 0.78% 0.49% -
XYZ 5.8 3.18 19.71 -
YUV 47.73 171.61 134.61 -
System Red Green Blue C M Y K H S L
Decimal 57 28 125 0.54 0.78 0 0.51 257.94 0.63 0.3
Hex 39 1C 7D 36 4E 0 33 102 3F 1E
Octal 71 34 175 66 116 0 63 402 77 36
Binary 111001 11100 1111101 110110 1001110 0 110011 100000010 111111 11110

Color Harmonies of #391C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391C7D

Black with #391C7D

Text Example


Text Example

White with #391C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,28,125); }

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

background-color css

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

 a { background-color: rgb(57,28,125); }

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

border-color css

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

 span { border-color: rgb(57,28,125); }

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