Html Css Color HEX #390474 Persian Indigo

📋 copy color: '#390474'

red 57 ◦ green 4 ◦ blue 116

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

Shades of Persian Indigo #390474

Tints of Persian Indigo #390474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 65.54%

R = 32.2%
G = 2.26%
B = 65.54%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#390474 (or 0x390474) is known color: Persian Indigo. HEX triplet: 39, 04 and 74. RGB value is (57,4,116). Sum of RGB (Red+Green+Blue) = 57+4+116=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 116 (45.70% from 255 or 65.54% from 177); Max value from RGB is 116 - color contains mainly: blue. Hex color #390474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390474 is #C6FB8B. Grayscale: #202020. Windows color (decimal): -13040524 or 7603257. OLE color: 7603257.

HSL color Cylindrical-coordinate representation of color #390474: hue angle of 268.39º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #390474 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 4 116 -
CMYK 0.51 0.97 0 0.55
HSL 268.39º 0.93% 0.24% -
HSV(B) 268.39º 0.97% 0.45% -
XYZ 4.88 2.22 16.69 -
YUV 32.62 175.06 145.39 -
System Red Green Blue C M Y K H S L
Decimal 57 4 116 0.51 0.97 0 0.55 268.39 0.93 0.24
Hex 39 4 74 33 61 0 37 10C 5D 18
Octal 71 4 164 63 141 0 67 414 135 30
Binary 111001 100 1110100 110011 1100001 0 110111 100001100 1011101 11000

Color Harmonies of #390474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390474

Black with #390474

Text Example


Text Example

White with #390474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390474; }

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

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

background-color css

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

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

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

border-color css

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

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

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