Html Css Color HEX #390062 Indigo

📋 copy color: '#390062'

red 57 ◦ green 0 ◦ blue 98

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

Shades of Indigo #390062

Tints of Indigo #390062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 63.23%

R = 36.77%
G = 0%
B = 63.23%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#390062 (or 0x390062) is known color: Indigo. HEX triplet: 39, 00 and 62. RGB value is (57,0,98). Sum of RGB (Red+Green+Blue) = 57+0+98=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 98 (38.67% from 255 or 63.23% from 155); Max value from RGB is 98 - color contains mainly: blue. Hex color #390062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390062 is #C6FF9D. Grayscale: #1B1B1B. Windows color (decimal): -13041566 or 6422585. OLE color: 6422585.

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

Color convert

RGB 57 0 98 -
CMYK 0.42 1 0 0.62
HSL 274.9º 1% 0.19% -
HSV(B) 274.9º 1% 0.38% -
XYZ 3.89 1.75 11.69 -
YUV 28.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 57 0 98 0.42 1 0 0.62 274.9 1 0.19
Hex 39 0 62 2A 64 0 3E 113 64 13
Octal 71 0 142 52 144 0 76 423 144 23
Binary 111001 0 1100010 101010 1100100 0 111110 100010011 1100100 10011

Color Harmonies of #390062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390062

Black with #390062

Text Example


Text Example

White with #390062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390062; }

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

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

background-color css

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

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

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

border-color css

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

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

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