Html Css Color HEX #391C84 Persian Indigo

📋 copy color: '#391C84'

red 57 ◦ green 28 ◦ blue 132

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

Shades of Persian Indigo #391C84

Tints of Persian Indigo #391C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 60.83%

R = 26.27%
G = 12.9%
B = 60.83%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#391C84 (or 0x391C84) is known color: Persian Indigo. HEX triplet: 39, 1C and 84. RGB value is (57,28,132). Sum of RGB (Red+Green+Blue) = 57+28+132=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #391C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391C84 is #C6E37B. Grayscale: #303030. Windows color (decimal): -13034364 or 8657977. OLE color: 8657977.

HSL color Cylindrical-coordinate representation of color #391C84: hue angle of 256.73º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #391C84 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 28 132 -
CMYK 0.57 0.79 0 0.48
HSL 256.73º 0.65% 0.31% -
HSV(B) 256.73º 0.79% 0.52% -
XYZ 6.27 3.37 22.15 -
YUV 48.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 57 28 132 0.57 0.79 0 0.48 256.73 0.65 0.31
Hex 39 1C 84 39 4F 0 30 101 41 1F
Octal 71 34 204 71 117 0 60 401 101 37
Binary 111001 11100 10000100 111001 1001111 0 110000 100000001 1000001 11111

Color Harmonies of #391C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391C84

Black with #391C84

Text Example


Text Example

White with #391C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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