Html Css Color HEX #391C87 Persian Indigo

📋 copy color: '#391C87'

red 57 ◦ green 28 ◦ blue 135

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

Shades of Persian Indigo #391C87

Tints of Persian Indigo #391C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 61.36%

R = 25.91%
G = 12.73%
B = 61.36%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#391C87 (or 0x391C87) is known color: Persian Indigo. HEX triplet: 39, 1C and 87. RGB value is (57,28,135). Sum of RGB (Red+Green+Blue) = 57+28+135=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 135 (53.12% from 255 or 61.36% from 220); Max value from RGB is 135 - color contains mainly: blue. Hex color #391C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391C87 is #C6E378. Grayscale: #303030. Windows color (decimal): -13034361 or 8854585. OLE color: 8854585.

HSL color Cylindrical-coordinate representation of color #391C87: hue angle of 256.26º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #391C87 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 28 135 -
CMYK 0.58 0.79 0 0.47
HSL 256.26º 0.66% 0.32% -
HSV(B) 256.26º 0.79% 0.53% -
XYZ 6.48 3.45 23.25 -
YUV 48.87 176.61 133.8 -
System Red Green Blue C M Y K H S L
Decimal 57 28 135 0.58 0.79 0 0.47 256.26 0.66 0.32
Hex 39 1C 87 3A 4F 0 2F 100 42 20
Octal 71 34 207 72 117 0 57 400 102 40
Binary 111001 11100 10000111 111010 1001111 0 101111 100000000 1000010 100000

Color Harmonies of #391C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391C87

Black with #391C87

Text Example


Text Example

White with #391C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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