Html Css Color HEX #390490 Persian Indigo

📋 copy color: '#390490'

red 57 ◦ green 4 ◦ blue 144

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

Shades of Persian Indigo #390490

Tints of Persian Indigo #390490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 70.24%

R = 27.8%
G = 1.95%
B = 70.24%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#390490 (or 0x390490) is known color: Persian Indigo. HEX triplet: 39, 04 and 90. RGB value is (57,4,144). Sum of RGB (Red+Green+Blue) = 57+4+144=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 144 (56.64% from 255 or 70.24% from 205); Max value from RGB is 144 - color contains mainly: blue. Hex color #390490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390490 is #C6FB6F. Grayscale: #232323. Windows color (decimal): -13040496 or 9438265. OLE color: 9438265.

HSL color Cylindrical-coordinate representation of color #390490: hue angle of 262.71º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #390490 is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 4 144 -
CMYK 0.60 0.97 0 0.44
HSL 262.71º 0.95% 0.29% -
HSV(B) 262.71º 0.97% 0.56% -
XYZ 6.76 2.97 26.6 -
YUV 35.81 189.06 143.12 -
System Red Green Blue C M Y K H S L
Decimal 57 4 144 0.60 0.97 0 0.44 262.71 0.95 0.29
Hex 39 4 90 3C 61 0 2C 107 5F 1D
Octal 71 4 220 74 141 0 54 407 137 35
Binary 111001 100 10010000 111100 1100001 0 101100 100000111 1011111 11101

Color Harmonies of #390490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390490

Black with #390490

Text Example


Text Example

White with #390490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390490; }

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

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

background-color css

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

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

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

border-color css

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

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

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