Html Css Color HEX #391194 Persian Indigo

📋 copy color: '#391194'

red 57 ◦ green 17 ◦ blue 148

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

Shades of Persian Indigo #391194

Tints of Persian Indigo #391194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.66%

 BLUE value IS 148 (58.2% from 255) = 66.67%

R = 25.68%
G = 7.66%
B = 66.67%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#391194 (or 0x391194) is known color: Persian Indigo. HEX triplet: 39, 11 and 94. RGB value is (57,17,148). Sum of RGB (Red+Green+Blue) = 57+17+148=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 148 (58.20% from 255 or 66.67% from 222); Max value from RGB is 148 - color contains mainly: blue. Hex color #391194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391194 is #C6EE6B. Grayscale: #2B2B2B. Windows color (decimal): -13037164 or 9703737. OLE color: 9703737.

HSL color Cylindrical-coordinate representation of color #391194: hue angle of 258.32º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #391194 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 17 148 -
CMYK 0.61 0.89 0 0.42
HSL 258.32º 0.79% 0.32% -
HSV(B) 258.32º 0.89% 0.58% -
XYZ 7.23 3.41 28.29 -
YUV 43.89 186.75 137.35 -
System Red Green Blue C M Y K H S L
Decimal 57 17 148 0.61 0.89 0 0.42 258.32 0.79 0.32
Hex 39 11 94 3D 59 0 2A 102 4F 20
Octal 71 21 224 75 131 0 52 402 117 40
Binary 111001 10001 10010100 111101 1011001 0 101010 100000010 1001111 100000

Color Harmonies of #391194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391194

Black with #391194

Text Example


Text Example

White with #391194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391194; }

 p { color: rgb(57,17,148); }

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

background-color css

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

 a { background-color: rgb(57,17,148); }

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

border-color css

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

 span { border-color: rgb(57,17,148); }

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