Html Css Color HEX #390477 Persian Indigo

📋 copy color: '#390477'

red 57 ◦ green 4 ◦ blue 119

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

Shades of Persian Indigo #390477

Tints of Persian Indigo #390477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 66.11%

R = 31.67%
G = 2.22%
B = 66.11%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#390477 (or 0x390477) is known color: Persian Indigo. HEX triplet: 39, 04 and 77. RGB value is (57,4,119). Sum of RGB (Red+Green+Blue) = 57+4+119=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 119 (46.88% from 255 or 66.11% from 180); Max value from RGB is 119 - color contains mainly: blue. Hex color #390477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390477 is #C6FB88. Grayscale: #202020. Windows color (decimal): -13040521 or 7799865. OLE color: 7799865.

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

Color convert

RGB 57 4 119 -
CMYK 0.52 0.97 0 0.53
HSL 267.65º 0.93% 0.24% -
HSV(B) 267.65º 0.97% 0.47% -
XYZ 5.06 2.29 17.63 -
YUV 32.96 176.56 145.15 -
System Red Green Blue C M Y K H S L
Decimal 57 4 119 0.52 0.97 0 0.53 267.65 0.93 0.24
Hex 39 4 77 34 61 0 35 10C 5D 18
Octal 71 4 167 64 141 0 65 414 135 30
Binary 111001 100 1110111 110100 1100001 0 110101 100001100 1011101 11000

Color Harmonies of #390477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390477

Black with #390477

Text Example


Text Example

White with #390477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390477; }

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

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

background-color css

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

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

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

border-color css

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

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

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