Html Css Color HEX #390169 Indigo

📋 copy color: '#390169'

red 57 ◦ green 1 ◦ blue 105

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

Shades of Indigo #390169

Tints of Indigo #390169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 64.42%

R = 34.97%
G = 0.61%
B = 64.42%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#390169 (or 0x390169) is known color: Indigo. HEX triplet: 39, 01 and 69. RGB value is (57,1,105). Sum of RGB (Red+Green+Blue) = 57+1+105=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 105 (41.41% from 255 or 64.42% from 163); Max value from RGB is 105 - color contains mainly: blue. Hex color #390169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390169 is #C6FE96. Grayscale: #1D1D1D. Windows color (decimal): -13041303 or 6881593. OLE color: 6881593.

HSL color Cylindrical-coordinate representation of color #390169: hue angle of 272.31º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390169 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 1 105 -
CMYK 0.46 0.99 0 0.59
HSL 272.31º 0.98% 0.21% -
HSV(B) 272.31º 0.99% 0.41% -
XYZ 4.25 1.91 13.51 -
YUV 29.6 170.55 147.54 -
System Red Green Blue C M Y K H S L
Decimal 57 1 105 0.46 0.99 0 0.59 272.31 0.98 0.21
Hex 39 1 69 2E 63 0 3B 110 62 15
Octal 71 1 151 56 143 0 73 420 142 25
Binary 111001 1 1101001 101110 1100011 0 111011 100010000 1100010 10101

Color Harmonies of #390169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390169

Black with #390169

Text Example


Text Example

White with #390169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390169; }

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

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

background-color css

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

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

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

border-color css

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

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

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