Html Css Color HEX #390475 Persian Indigo

📋 copy color: '#390475'

red 57 ◦ green 4 ◦ blue 117

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

Shades of Persian Indigo #390475

Tints of Persian Indigo #390475

RGB

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

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

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

R = 32.02%
G = 2.25%
B = 65.73%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#390475 (or 0x390475) is known color: Persian Indigo. HEX triplet: 39, 04 and 75. RGB value is (57,4,117). Sum of RGB (Red+Green+Blue) = 57+4+117=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #390475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390475 is #C6FB8A. Grayscale: #202020. Windows color (decimal): -13040523 or 7668793. OLE color: 7668793.

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

Color convert

RGB 57 4 117 -
CMYK 0.51 0.97 0 0.54
HSL 268.14º 0.93% 0.24% -
HSV(B) 268.14º 0.97% 0.46% -
XYZ 4.94 2.24 17 -
YUV 32.73 175.56 145.31 -
System Red Green Blue C M Y K H S L
Decimal 57 4 117 0.51 0.97 0 0.54 268.14 0.93 0.24
Hex 39 4 75 33 61 0 36 10C 5D 18
Octal 71 4 165 63 141 0 66 414 135 30
Binary 111001 100 1110101 110011 1100001 0 110110 100001100 1011101 11000

Color Harmonies of #390475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390475

Black with #390475

Text Example


Text Example

White with #390475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390475; }

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

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

background-color css

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

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

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

border-color css

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

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

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