Html Css Color HEX #390574 Persian Indigo

📋 copy color: '#390574'

red 57 ◦ green 5 ◦ blue 116

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

Shades of Persian Indigo #390574

Tints of Persian Indigo #390574

RGB

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

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

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

R = 32.02%
G = 2.81%
B = 65.17%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#390574 (or 0x390574) is known color: Persian Indigo. HEX triplet: 39, 05 and 74. RGB value is (57,5,116). Sum of RGB (Red+Green+Blue) = 57+5+116=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 116 (45.70% from 255 or 65.17% from 178); Max value from RGB is 116 - color contains mainly: blue. Hex color #390574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390574 is #C6FA8B. Grayscale: #202020. Windows color (decimal): -13040268 or 7603513. OLE color: 7603513.

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

Color convert

RGB 57 5 116 -
CMYK 0.51 0.96 0 0.55
HSL 268.11º 0.92% 0.24% -
HSV(B) 268.11º 0.96% 0.45% -
XYZ 4.89 2.24 16.7 -
YUV 33.2 174.73 144.97 -
System Red Green Blue C M Y K H S L
Decimal 57 5 116 0.51 0.96 0 0.55 268.11 0.92 0.24
Hex 39 5 74 33 60 0 37 10C 5C 18
Octal 71 5 164 63 140 0 67 414 134 30
Binary 111001 101 1110100 110011 1100000 0 110111 100001100 1011100 11000

Color Harmonies of #390574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390574

Black with #390574

Text Example


Text Example

White with #390574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390574; }

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

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

background-color css

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

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

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

border-color css

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

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

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