Html Css Color HEX #390877 Persian Indigo

📋 copy color: '#390877'

red 57 ◦ green 8 ◦ blue 119

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

Shades of Persian Indigo #390877

Tints of Persian Indigo #390877

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

 BLUE value IS 119 (46.88% from 255) = 64.67%

R = 30.98%
G = 4.35%
B = 64.67%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#390877 (or 0x390877) is known color: Persian Indigo. HEX triplet: 39, 08 and 77. RGB value is (57,8,119). Sum of RGB (Red+Green+Blue) = 57+8+119=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 119 (46.88% from 255 or 64.67% from 184); Max value from RGB is 119 - color contains mainly: blue. Hex color #390877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390877 is #C6F788. Grayscale: #222222. Windows color (decimal): -13039497 or 7800889. OLE color: 7800889.

HSL color Cylindrical-coordinate representation of color #390877: hue angle of 266.49º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390877 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 8 119 -
CMYK 0.52 0.93 0 0.53
HSL 266.49º 0.87% 0.25% -
HSV(B) 266.49º 0.93% 0.47% -
XYZ 5.1 2.38 17.64 -
YUV 35.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 57 8 119 0.52 0.93 0 0.53 266.49 0.87 0.25
Hex 39 8 77 34 5D 0 35 10A 57 19
Octal 71 10 167 64 135 0 65 412 127 31
Binary 111001 1000 1110111 110100 1011101 0 110101 100001010 1010111 11001

Color Harmonies of #390877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390877

Black with #390877

Text Example


Text Example

White with #390877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390877; }

 p { color: rgb(57,8,119); }

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

background-color css

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

 a { background-color: rgb(57,8,119); }

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

border-color css

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

 span { border-color: rgb(57,8,119); }

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