Html Css Color HEX #390491 Persian Indigo

📋 copy color: '#390491'

red 57 ◦ green 4 ◦ blue 145

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

Shades of Persian Indigo #390491

Tints of Persian Indigo #390491

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

 BLUE value IS 145 (57.03% from 255) = 70.39%

R = 27.67%
G = 1.94%
B = 70.39%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#390491 (or 0x390491) is known color: Persian Indigo. HEX triplet: 39, 04 and 91. RGB value is (57,4,145). Sum of RGB (Red+Green+Blue) = 57+4+145=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 145 (57.03% from 255 or 70.39% from 206); Max value from RGB is 145 - color contains mainly: blue. Hex color #390491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390491 is #C6FB6E. Grayscale: #232323. Windows color (decimal): -13040495 or 9503801. OLE color: 9503801.

HSL color Cylindrical-coordinate representation of color #390491: hue angle of 262.55º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #390491 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 4 145 -
CMYK 0.61 0.97 0 0.43
HSL 262.55º 0.95% 0.29% -
HSV(B) 262.55º 0.97% 0.57% -
XYZ 6.84 3 27.01 -
YUV 35.92 189.56 143.04 -
System Red Green Blue C M Y K H S L
Decimal 57 4 145 0.61 0.97 0 0.43 262.55 0.95 0.29
Hex 39 4 91 3D 61 0 2B 107 5F 1D
Octal 71 4 221 75 141 0 53 407 137 35
Binary 111001 100 10010001 111101 1100001 0 101011 100000111 1011111 11101

Color Harmonies of #390491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390491

Black with #390491

Text Example


Text Example

White with #390491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390491; }

 p { color: rgb(57,4,145); }

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

background-color css

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

 a { background-color: rgb(57,4,145); }

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

border-color css

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

 span { border-color: rgb(57,4,145); }

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