Html Css Color HEX #391395 Persian Indigo

📋 copy color: '#391395'

red 57 ◦ green 19 ◦ blue 149

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

Shades of Persian Indigo #391395

Tints of Persian Indigo #391395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.44%

 BLUE value IS 149 (58.59% from 255) = 66.22%

R = 25.33%
G = 8.44%
B = 66.22%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#391395 (or 0x391395) is known color: Persian Indigo. HEX triplet: 39, 13 and 95. RGB value is (57,19,149). Sum of RGB (Red+Green+Blue) = 57+19+149=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #391395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391395 is #C6EC6A. Grayscale: #2C2C2C. Windows color (decimal): -13036651 or 9769785. OLE color: 9769785.

HSL color Cylindrical-coordinate representation of color #391395: hue angle of 257.54º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #391395 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 19 149 -
CMYK 0.62 0.87 0 0.42
HSL 257.54º 0.77% 0.33% -
HSV(B) 257.54º 0.87% 0.58% -
XYZ 7.35 3.51 28.72 -
YUV 45.18 186.59 136.43 -
System Red Green Blue C M Y K H S L
Decimal 57 19 149 0.62 0.87 0 0.42 257.54 0.77 0.33
Hex 39 13 95 3E 57 0 2A 102 4D 21
Octal 71 23 225 76 127 0 52 402 115 41
Binary 111001 10011 10010101 111110 1010111 0 101010 100000010 1001101 100001

Color Harmonies of #391395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391395

Black with #391395

Text Example


Text Example

White with #391395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391395; }

 p { color: rgb(57,19,149); }

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

background-color css

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

 a { background-color: rgb(57,19,149); }

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

border-color css

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

 span { border-color: rgb(57,19,149); }

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