Html Css Color HEX #391C96 Persian Indigo

📋 copy color: '#391C96'

red 57 ◦ green 28 ◦ blue 150

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

Shades of Persian Indigo #391C96

Tints of Persian Indigo #391C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 63.83%

R = 24.26%
G = 11.91%
B = 63.83%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#391C96 (or 0x391C96) is known color: Persian Indigo. HEX triplet: 39, 1C and 96. RGB value is (57,28,150). Sum of RGB (Red+Green+Blue) = 57+28+150=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 150 (58.98% from 255 or 63.83% from 235); Max value from RGB is 150 - color contains mainly: blue. Hex color #391C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391C96 is #C6E369. Grayscale: #323232. Windows color (decimal): -13034346 or 9837625. OLE color: 9837625.

HSL color Cylindrical-coordinate representation of color #391C96: hue angle of 254.26º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #391C96 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 28 150 -
CMYK 0.62 0.81 0 0.41
HSL 254.26º 0.69% 0.35% -
HSV(B) 254.26º 0.81% 0.59% -
XYZ 7.61 3.9 29.21 -
YUV 50.58 184.11 132.58 -
System Red Green Blue C M Y K H S L
Decimal 57 28 150 0.62 0.81 0 0.41 254.26 0.69 0.35
Hex 39 1C 96 3E 51 0 29 FE 45 23
Octal 71 34 226 76 121 0 51 376 105 43
Binary 111001 11100 10010110 111110 1010001 0 101001 11111110 1000101 100011

Color Harmonies of #391C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391C96

Black with #391C96

Text Example


Text Example

White with #391C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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