Html Css Color HEX #390061 Indigo

📋 copy color: '#390061'

red 57 ◦ green 0 ◦ blue 97

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

Shades of Indigo #390061

Tints of Indigo #390061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 62.99%

R = 37.01%
G = 0%
B = 62.99%

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

#390061 (or 0x390061) is known color: Indigo. HEX triplet: 39, 00 and 61. RGB value is (57,0,97). Sum of RGB (Red+Green+Blue) = 57+0+97=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 97 (38.28% from 255 or 62.99% from 154); Max value from RGB is 97 - color contains mainly: blue. Hex color #390061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390061 is #C6FF9E. Grayscale: #1B1B1B. Windows color (decimal): -13041567 or 6357049. OLE color: 6357049.

HSL color Cylindrical-coordinate representation of color #390061: hue angle of 275.26º 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 #390061 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 0 97 -
CMYK 0.41 1 0 0.62
HSL 275.26º 1% 0.19% -
HSV(B) 275.26º 1% 0.38% -
XYZ 3.85 1.73 11.44 -
YUV 28.1 166.88 148.61 -
System Red Green Blue C M Y K H S L
Decimal 57 0 97 0.41 1 0 0.62 275.26 1 0.19
Hex 39 0 61 29 64 0 3E 113 64 13
Octal 71 0 141 51 144 0 76 423 144 23
Binary 111001 0 1100001 101001 1100100 0 111110 100010011 1100100 10011

Color Harmonies of #390061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390061

Black with #390061

Text Example


Text Example

White with #390061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390061; }

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

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

background-color css

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

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

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

border-color css

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

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

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