Html Css Color HEX #391B9D Persian Indigo

📋 copy color: '#391B9D'

red 57 ◦ green 27 ◦ blue 157

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

Shades of Persian Indigo #391B9D

Tints of Persian Indigo #391B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 65.15%

R = 23.65%
G = 11.2%
B = 65.15%

CMYK

 C value IS 0.64

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#391B9D (or 0x391B9D) is known color: Persian Indigo. HEX triplet: 39, 1B and 9D. RGB value is (57,27,157). Sum of RGB (Red+Green+Blue) = 57+27+157=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #391B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391B9D is #C6E462. Grayscale: #323232. Windows color (decimal): -13034595 or 10296121. OLE color: 10296121.

HSL color Cylindrical-coordinate representation of color #391B9D: hue angle of 253.85º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #391B9D is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 57 27 157 -
CMYK 0.64 0.83 0 0.38
HSL 253.85º 0.71% 0.36% -
HSV(B) 253.85º 0.83% 0.62% -
XYZ 8.17 4.09 32.26 -
YUV 50.79 187.94 132.43 -
System Red Green Blue C M Y K H S L
Decimal 57 27 157 0.64 0.83 0 0.38 253.85 0.71 0.36
Hex 39 1B 9D 40 53 0 26 FE 47 24
Octal 71 33 235 100 123 0 46 376 107 44
Binary 111001 11011 10011101 1000000 1010011 0 100110 11111110 1000111 100100

Color Harmonies of #391B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391B9D

Black with #391B9D

Text Example


Text Example

White with #391B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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