Html Css Color HEX #390582 Persian Indigo

📋 copy color: '#390582'

red 57 ◦ green 5 ◦ blue 130

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

Shades of Persian Indigo #390582

Tints of Persian Indigo #390582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 67.71%

R = 29.69%
G = 2.6%
B = 67.71%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#390582 (or 0x390582) is known color: Persian Indigo. HEX triplet: 39, 05 and 82. RGB value is (57,5,130). Sum of RGB (Red+Green+Blue) = 57+5+130=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 130 (51.17% from 255 or 67.71% from 192); Max value from RGB is 130 - color contains mainly: blue. Hex color #390582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390582 is #C6FA7D. Grayscale: #222222. Windows color (decimal): -13040254 or 8521017. OLE color: 8521017.

HSL color Cylindrical-coordinate representation of color #390582: hue angle of 264.96º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390582 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 5 130 -
CMYK 0.56 0.96 0 0.49
HSL 264.96º 0.93% 0.26% -
HSV(B) 264.96º 0.96% 0.51% -
XYZ 5.77 2.59 21.31 -
YUV 34.8 181.73 143.84 -
System Red Green Blue C M Y K H S L
Decimal 57 5 130 0.56 0.96 0 0.49 264.96 0.93 0.26
Hex 39 5 82 38 60 0 31 109 5D 1A
Octal 71 5 202 70 140 0 61 411 135 32
Binary 111001 101 10000010 111000 1100000 0 110001 100001001 1011101 11010

Color Harmonies of #390582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390582

Black with #390582

Text Example


Text Example

White with #390582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390582; }

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

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

background-color css

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

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

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

border-color css

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

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

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