Html Css Color HEX #390594 Persian Indigo

📋 copy color: '#390594'

red 57 ◦ green 5 ◦ blue 148

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

Shades of Persian Indigo #390594

Tints of Persian Indigo #390594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.38%

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

R = 27.14%
G = 2.38%
B = 70.48%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#390594 (or 0x390594) is known color: Persian Indigo. HEX triplet: 39, 05 and 94. RGB value is (57,5,148). Sum of RGB (Red+Green+Blue) = 57+5+148=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 148 (58.20% from 255 or 70.48% from 210); Max value from RGB is 148 - color contains mainly: blue. Hex color #390594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390594 is #C6FA6B. Grayscale: #242424. Windows color (decimal): -13040236 or 9700665. OLE color: 9700665.

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

Color convert

RGB 57 5 148 -
CMYK 0.61 0.97 0 0.42
HSL 261.82º 0.93% 0.3% -
HSV(B) 261.82º 0.97% 0.58% -
XYZ 7.09 3.12 28.25 -
YUV 36.85 190.73 142.37 -
System Red Green Blue C M Y K H S L
Decimal 57 5 148 0.61 0.97 0 0.42 261.82 0.93 0.3
Hex 39 5 94 3D 61 0 2A 106 5D 1E
Octal 71 5 224 75 141 0 52 406 135 36
Binary 111001 101 10010100 111101 1100001 0 101010 100000110 1011101 11110

Color Harmonies of #390594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390594

Black with #390594

Text Example


Text Example

White with #390594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390594; }

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

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

background-color css

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

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

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

border-color css

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

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

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