Html Css Color HEX #390060 Indigo

📋 copy color: '#390060'

red 57 ◦ green 0 ◦ blue 96

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

Shades of Indigo #390060

Tints of Indigo #390060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 62.75%

R = 37.25%
G = 0%
B = 62.75%

CMYK

 C value IS 0.41

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#390060 (or 0x390060) is known color: Indigo. HEX triplet: 39, 00 and 60. RGB value is (57,0,96). Sum of RGB (Red+Green+Blue) = 57+0+96=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 96 (37.89% from 255 or 62.75% from 153); Max value from RGB is 96 - color contains mainly: blue. Hex color #390060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390060 is #C6FF9F. Grayscale: #1B1B1B. Windows color (decimal): -13041568 or 6291513. OLE color: 6291513.

HSL color Cylindrical-coordinate representation of color #390060: hue angle of 275.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390060 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 0 96 -
CMYK 0.41 1 0 0.62
HSL 275.63º 1% 0.19% -
HSV(B) 275.63º 1% 0.38% -
XYZ 3.8 1.71 11.2 -
YUV 27.99 166.38 148.69 -
System Red Green Blue C M Y K H S L
Decimal 57 0 96 0.41 1 0 0.62 275.63 1 0.19
Hex 39 0 60 29 64 0 3E 114 64 13
Octal 71 0 140 51 144 0 76 424 144 23
Binary 111001 0 1100000 101001 1100100 0 111110 100010100 1100100 10011

Color Harmonies of #390060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390060

Black with #390060

Text Example


Text Example

White with #390060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390060; }

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

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

background-color css

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

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

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

border-color css

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

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

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