Html Css Color HEX #390087 Indigo

📋 copy color: '#390087'

red 57 ◦ green 0 ◦ blue 135

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

Shades of Indigo #390087

Tints of Indigo #390087

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 29.69%
G = 0%
B = 70.31%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#390087 (or 0x390087) is known color: Indigo. HEX triplet: 39, 00 and 87. RGB value is (57,0,135). Sum of RGB (Red+Green+Blue) = 57+0+135=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 135 (53.12% from 255 or 70.31% from 192); Max value from RGB is 135 - color contains mainly: blue. Hex color #390087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390087 is #C6FF78. Grayscale: #1F1F1F. Windows color (decimal): -13041529 or 8847417. OLE color: 8847417.

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

Color convert

RGB 57 0 135 -
CMYK 0.58 1 0 0.47
HSL 265.33º 1% 0.26% -
HSV(B) 265.33º 1% 0.53% -
XYZ 6.06 2.62 23.11 -
YUV 32.43 185.88 145.52 -
System Red Green Blue C M Y K H S L
Decimal 57 0 135 0.58 1 0 0.47 265.33 1 0.26
Hex 39 0 87 3A 64 0 2F 109 64 1A
Octal 71 0 207 72 144 0 57 411 144 32
Binary 111001 0 10000111 111010 1100100 0 101111 100001001 1100100 11010

Color Harmonies of #390087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390087

Black with #390087

Text Example


Text Example

White with #390087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390087; }

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

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

background-color css

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

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

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

border-color css

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

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

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