Html Css Color HEX #390587 Persian Indigo

📋 copy color: '#390587'

red 57 ◦ green 5 ◦ blue 135

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

Shades of Persian Indigo #390587

Tints of Persian Indigo #390587

RGB

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

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

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

R = 28.93%
G = 2.54%
B = 68.53%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#390587 (or 0x390587) is known color: Persian Indigo. HEX triplet: 39, 05 and 87. RGB value is (57,5,135). Sum of RGB (Red+Green+Blue) = 57+5+135=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 135 (53.12% from 255 or 68.53% from 197); Max value from RGB is 135 - color contains mainly: blue. Hex color #390587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390587 is #C6FA78. Grayscale: #222222. Windows color (decimal): -13040249 or 8848697. OLE color: 8848697.

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

Color convert

RGB 57 5 135 -
CMYK 0.58 0.96 0 0.47
HSL 264º 0.93% 0.27% -
HSV(B) 264º 0.96% 0.53% -
XYZ 6.11 2.73 23.13 -
YUV 35.37 184.23 143.43 -
System Red Green Blue C M Y K H S L
Decimal 57 5 135 0.58 0.96 0 0.47 264 0.93 0.27
Hex 39 5 87 3A 60 0 2F 108 5D 1B
Octal 71 5 207 72 140 0 57 410 135 33
Binary 111001 101 10000111 111010 1100000 0 101111 100001000 1011101 11011

Color Harmonies of #390587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390587

Black with #390587

Text Example


Text Example

White with #390587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390587; }

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

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

background-color css

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

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

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

border-color css

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

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

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