Html Css Color HEX #390887 Persian Indigo

📋 copy color: '#390887'

red 57 ◦ green 8 ◦ blue 135

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

Shades of Persian Indigo #390887

Tints of Persian Indigo #390887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 67.5%

R = 28.5%
G = 4%
B = 67.5%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#390887 (or 0x390887) is known color: Persian Indigo. HEX triplet: 39, 08 and 87. RGB value is (57,8,135). Sum of RGB (Red+Green+Blue) = 57+8+135=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 135 (53.12% from 255 or 67.5% from 200); Max value from RGB is 135 - color contains mainly: blue. Hex color #390887 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390887 is #C6F778. Grayscale: #242424. Windows color (decimal): -13039481 or 8849465. OLE color: 8849465.

HSL color Cylindrical-coordinate representation of color #390887: hue angle of 263.15º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390887 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 8 135 -
CMYK 0.58 0.94 0 0.47
HSL 263.15º 0.89% 0.28% -
HSV(B) 263.15º 0.94% 0.53% -
XYZ 6.15 2.79 23.14 -
YUV 37.13 183.23 142.17 -
System Red Green Blue C M Y K H S L
Decimal 57 8 135 0.58 0.94 0 0.47 263.15 0.89 0.28
Hex 39 8 87 3A 5E 0 2F 107 59 1C
Octal 71 10 207 72 136 0 57 407 131 34
Binary 111001 1000 10000111 111010 1011110 0 101111 100000111 1011001 11100

Color Harmonies of #390887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390887

Black with #390887

Text Example


Text Example

White with #390887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390887; }

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

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

background-color css

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

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

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

border-color css

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

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

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