Html Css Color HEX #391895 Persian Indigo

📋 copy color: '#391895'

red 57 ◦ green 24 ◦ blue 149

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

Shades of Persian Indigo #391895

Tints of Persian Indigo #391895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.43%

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

R = 24.78%
G = 10.43%
B = 64.78%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#391895 (or 0x391895) is known color: Persian Indigo. HEX triplet: 39, 18 and 95. RGB value is (57,24,149). Sum of RGB (Red+Green+Blue) = 57+24+149=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #391895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391895 is #C6E76A. Grayscale: #2F2F2F. Windows color (decimal): -13035371 or 9771065. OLE color: 9771065.

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

Color convert

RGB 57 24 149 -
CMYK 0.62 0.84 0 0.42
HSL 255.84º 0.72% 0.34% -
HSV(B) 255.84º 0.84% 0.58% -
XYZ 7.44 3.69 28.75 -
YUV 48.12 184.93 134.34 -
System Red Green Blue C M Y K H S L
Decimal 57 24 149 0.62 0.84 0 0.42 255.84 0.72 0.34
Hex 39 18 95 3E 54 0 2A 100 48 22
Octal 71 30 225 76 124 0 52 400 110 42
Binary 111001 11000 10010101 111110 1010100 0 101010 100000000 1001000 100010

Color Harmonies of #391895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391895

Black with #391895

Text Example


Text Example

White with #391895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391895; }

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

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

background-color css

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

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

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

border-color css

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

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

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