Html Css Color HEX #391B7D Persian Indigo

📋 copy color: '#391B7D'

red 57 ◦ green 27 ◦ blue 125

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

Shades of Persian Indigo #391B7D

Tints of Persian Indigo #391B7D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.92%

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

R = 27.27%
G = 12.92%
B = 59.81%

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

#391B7D (or 0x391B7D) is known color: Persian Indigo. HEX triplet: 39, 1B and 7D. RGB value is (57,27,125). Sum of RGB (Red+Green+Blue) = 57+27+125=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 27 (10.94% from 255 or 12.92% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #391B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391B7D is #C6E482. Grayscale: #2E2E2E. Windows color (decimal): -13034627 or 8198969. OLE color: 8198969.

HSL color Cylindrical-coordinate representation of color #391B7D: hue angle of 258.37º degrees, saturation: 0.64, 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 #391B7D is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 27 125 -
CMYK 0.54 0.78 0 0.51
HSL 258.37º 0.64% 0.3% -
HSV(B) 258.37º 0.78% 0.49% -
XYZ 5.78 3.13 19.7 -
YUV 47.14 171.94 135.03 -
System Red Green Blue C M Y K H S L
Decimal 57 27 125 0.54 0.78 0 0.51 258.37 0.64 0.3
Hex 39 1B 7D 36 4E 0 33 102 40 1E
Octal 71 33 175 66 116 0 63 402 100 36
Binary 111001 11011 1111101 110110 1001110 0 110011 100000010 1000000 11110

Color Harmonies of #391B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391B7D

Black with #391B7D

Text Example


Text Example

White with #391B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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