Html Css Color HEX #390575 Persian Indigo

📋 copy color: '#390575'

red 57 ◦ green 5 ◦ blue 117

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

Shades of Persian Indigo #390575

Tints of Persian Indigo #390575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 65.36%

R = 31.84%
G = 2.79%
B = 65.36%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#390575 (or 0x390575) is known color: Persian Indigo. HEX triplet: 39, 05 and 75. RGB value is (57,5,117). Sum of RGB (Red+Green+Blue) = 57+5+117=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #390575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390575 is #C6FA8A. Grayscale: #202020. Windows color (decimal): -13040267 or 7669049. OLE color: 7669049.

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

Color convert

RGB 57 5 117 -
CMYK 0.51 0.96 0 0.54
HSL 267.86º 0.92% 0.24% -
HSV(B) 267.86º 0.96% 0.46% -
XYZ 4.95 2.26 17.01 -
YUV 33.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 57 5 117 0.51 0.96 0 0.54 267.86 0.92 0.24
Hex 39 5 75 33 60 0 36 10C 5C 18
Octal 71 5 165 63 140 0 66 414 134 30
Binary 111001 101 1110101 110011 1100000 0 110110 100001100 1011100 11000

Color Harmonies of #390575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390575

Black with #390575

Text Example


Text Example

White with #390575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390575; }

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

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

background-color css

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

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

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

border-color css

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

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

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