Html Css Color HEX #390163 Indigo

📋 copy color: '#390163'

red 57 ◦ green 1 ◦ blue 99

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

Shades of Indigo #390163

Tints of Indigo #390163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

 BLUE value IS 99 (39.06% from 255) = 63.06%

R = 36.31%
G = 0.64%
B = 63.06%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#390163 (or 0x390163) is known color: Indigo. HEX triplet: 39, 01 and 63. RGB value is (57,1,99). Sum of RGB (Red+Green+Blue) = 57+1+99=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #390163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390163 is #C6FE9C. Grayscale: #1C1C1C. Windows color (decimal): -13041309 or 6488377. OLE color: 6488377.

HSL color Cylindrical-coordinate representation of color #390163: hue angle of 274.29º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390163 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 1 99 -
CMYK 0.42 0.99 0 0.61
HSL 274.29º 0.98% 0.2% -
HSV(B) 274.29º 0.99% 0.39% -
XYZ 3.95 1.79 11.94 -
YUV 28.92 167.55 148.03 -
System Red Green Blue C M Y K H S L
Decimal 57 1 99 0.42 0.99 0 0.61 274.29 0.98 0.2
Hex 39 1 63 2A 63 0 3D 112 62 14
Octal 71 1 143 52 143 0 75 422 142 24
Binary 111001 1 1100011 101010 1100011 0 111101 100010010 1100010 10100

Color Harmonies of #390163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390163

Black with #390163

Text Example


Text Example

White with #390163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390163; }

 p { color: rgb(57,1,99); }

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

background-color css

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

 a { background-color: rgb(57,1,99); }

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

border-color css

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

 span { border-color: rgb(57,1,99); }

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