Html Css Color HEX #390781 Persian Indigo

📋 copy color: '#390781'

red 57 ◦ green 7 ◦ blue 129

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

Shades of Persian Indigo #390781

Tints of Persian Indigo #390781

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.63%

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

R = 29.53%
G = 3.63%
B = 66.84%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#390781 (or 0x390781) is known color: Persian Indigo. HEX triplet: 39, 07 and 81. RGB value is (57,7,129). Sum of RGB (Red+Green+Blue) = 57+7+129=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 129 (50.78% from 255 or 66.84% from 193); Max value from RGB is 129 - color contains mainly: blue. Hex color #390781 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390781 is #C6F87E. Grayscale: #232323. Windows color (decimal): -13039743 or 8455993. OLE color: 8455993.

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

Color convert

RGB 57 7 129 -
CMYK 0.56 0.95 0 0.49
HSL 264.59º 0.9% 0.27% -
HSV(B) 264.59º 0.95% 0.51% -
XYZ 5.73 2.61 20.97 -
YUV 35.86 180.57 143.08 -
System Red Green Blue C M Y K H S L
Decimal 57 7 129 0.56 0.95 0 0.49 264.59 0.9 0.27
Hex 39 7 81 38 5F 0 31 109 5A 1B
Octal 71 7 201 70 137 0 61 411 132 33
Binary 111001 111 10000001 111000 1011111 0 110001 100001001 1011010 11011

Color Harmonies of #390781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390781

Black with #390781

Text Example


Text Example

White with #390781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390781; }

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

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

background-color css

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

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

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

border-color css

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

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

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