Html Css Color HEX #391C9F Persian Indigo

📋 copy color: '#391C9F'

red 57 ◦ green 28 ◦ blue 159

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

Shades of Persian Indigo #391C9F

Tints of Persian Indigo #391C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 65.16%

R = 23.36%
G = 11.48%
B = 65.16%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#391C9F (or 0x391C9F) is known color: Persian Indigo. HEX triplet: 39, 1C and 9F. RGB value is (57,28,159). Sum of RGB (Red+Green+Blue) = 57+28+159=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #391C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391C9F is #C6E360. Grayscale: #333333. Windows color (decimal): -13034337 or 10427449. OLE color: 10427449.

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

Color convert

RGB 57 28 159 -
CMYK 0.64 0.82 0 0.38
HSL 253.28º 0.7% 0.37% -
HSV(B) 253.28º 0.82% 0.62% -
XYZ 8.36 4.2 33.17 -
YUV 51.61 188.61 131.85 -
System Red Green Blue C M Y K H S L
Decimal 57 28 159 0.64 0.82 0 0.38 253.28 0.7 0.37
Hex 39 1C 9F 40 52 0 26 FD 46 25
Octal 71 34 237 100 122 0 46 375 106 45
Binary 111001 11100 10011111 1000000 1010010 0 100110 11111101 1000110 100101

Color Harmonies of #391C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391C9F

Black with #391C9F

Text Example


Text Example

White with #391C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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