Html Css Color HEX #390166 Indigo

📋 copy color: '#390166'

red 57 ◦ green 1 ◦ blue 102

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

Shades of Indigo #390166

Tints of Indigo #390166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 63.75%

R = 35.63%
G = 0.63%
B = 63.75%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#390166 (or 0x390166) is known color: Indigo. HEX triplet: 39, 01 and 66. RGB value is (57,1,102). Sum of RGB (Red+Green+Blue) = 57+1+102=160 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.62% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 102 (40.23% from 255 or 63.75% from 160); Max value from RGB is 102 - color contains mainly: blue. Hex color #390166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390166 is #C6FE99. Grayscale: #1C1C1C. Windows color (decimal): -13041306 or 6684985. OLE color: 6684985.

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

Color convert

RGB 57 1 102 -
CMYK 0.44 0.99 0 0.6
HSL 273.27º 0.98% 0.2% -
HSV(B) 273.27º 0.99% 0.4% -
XYZ 4.1 1.85 12.71 -
YUV 29.26 169.05 147.79 -
System Red Green Blue C M Y K H S L
Decimal 57 1 102 0.44 0.99 0 0.6 273.27 0.98 0.2
Hex 39 1 66 2C 63 0 3C 111 62 14
Octal 71 1 146 54 143 0 74 421 142 24
Binary 111001 1 1100110 101100 1100011 0 111100 100010001 1100010 10100

Color Harmonies of #390166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390166

Black with #390166

Text Example


Text Example

White with #390166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390166; }

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

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

background-color css

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

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

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

border-color css

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

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

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