Html Css Color HEX #390478 Persian Indigo

📋 copy color: '#390478'

red 57 ◦ green 4 ◦ blue 120

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

Shades of Persian Indigo #390478

Tints of Persian Indigo #390478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 66.3%

R = 31.49%
G = 2.21%
B = 66.3%

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

#390478 (or 0x390478) is known color: Persian Indigo. HEX triplet: 39, 04 and 78. RGB value is (57,4,120). Sum of RGB (Red+Green+Blue) = 57+4+120=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 120 (47.27% from 255 or 66.30% from 181); Max value from RGB is 120 - color contains mainly: blue. Hex color #390478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390478 is #C6FB87. Grayscale: #202020. Windows color (decimal): -13040520 or 7865401. OLE color: 7865401.

HSL color Cylindrical-coordinate representation of color #390478: hue angle of 267.41º degrees, saturation: 0.94, 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 #390478 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 4 120 -
CMYK 0.52 0.97 0 0.53
HSL 267.41º 0.94% 0.24% -
HSV(B) 267.41º 0.97% 0.47% -
XYZ 5.12 2.31 17.95 -
YUV 33.07 177.06 145.07 -
System Red Green Blue C M Y K H S L
Decimal 57 4 120 0.52 0.97 0 0.53 267.41 0.94 0.24
Hex 39 4 78 34 61 0 35 10B 5E 18
Octal 71 4 170 64 141 0 65 413 136 30
Binary 111001 100 1111000 110100 1100001 0 110101 100001011 1011110 11000

Color Harmonies of #390478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390478

Black with #390478

Text Example


Text Example

White with #390478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390478; }

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

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

background-color css

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

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

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

border-color css

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

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

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