Html Css Color HEX #390981 Persian Indigo

📋 copy color: '#390981'

red 57 ◦ green 9 ◦ blue 129

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

Shades of Persian Indigo #390981

Tints of Persian Indigo #390981

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.62%

 BLUE value IS 129 (50.78% from 255) = 66.15%

R = 29.23%
G = 4.62%
B = 66.15%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#390981 (or 0x390981) is known color: Persian Indigo. HEX triplet: 39, 09 and 81. RGB value is (57,9,129). Sum of RGB (Red+Green+Blue) = 57+9+129=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 129 (50.78% from 255 or 66.15% from 195); Max value from RGB is 129 - color contains mainly: blue. Hex color #390981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390981 is #C6F67E. Grayscale: #242424. Windows color (decimal): -13039231 or 8456505. OLE color: 8456505.

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

Color convert

RGB 57 9 129 -
CMYK 0.56 0.93 0 0.49
HSL 264º 0.87% 0.27% -
HSV(B) 264º 0.93% 0.51% -
XYZ 5.75 2.65 20.98 -
YUV 37.03 179.9 142.24 -
System Red Green Blue C M Y K H S L
Decimal 57 9 129 0.56 0.93 0 0.49 264 0.87 0.27
Hex 39 9 81 38 5D 0 31 108 57 1B
Octal 71 11 201 70 135 0 61 410 127 33
Binary 111001 1001 10000001 111000 1011101 0 110001 100001000 1010111 11011

Color Harmonies of #390981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390981

Black with #390981

Text Example


Text Example

White with #390981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390981; }

 p { color: rgb(57,9,129); }

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

background-color css

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

 a { background-color: rgb(57,9,129); }

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

border-color css

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

 span { border-color: rgb(57,9,129); }

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