Html Css Color HEX #390392 Indigo

📋 copy color: '#390392'

red 57 ◦ green 3 ◦ blue 146

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

Shades of Indigo #390392

Tints of Indigo #390392

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

 BLUE value IS 146 (57.42% from 255) = 70.87%

R = 27.67%
G = 1.46%
B = 70.87%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#390392 (or 0x390392) is known color: Indigo. HEX triplet: 39, 03 and 92. RGB value is (57,3,146). Sum of RGB (Red+Green+Blue) = 57+3+146=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 146 (57.42% from 255 or 70.87% from 206); Max value from RGB is 146 - color contains mainly: blue. Hex color #390392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390392 is #C6FC6D. Grayscale: #222222. Windows color (decimal): -13040750 or 9569081. OLE color: 9569081.

HSL color Cylindrical-coordinate representation of color #390392: hue angle of 262.66º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390392 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 3 146 -
CMYK 0.61 0.98 0 0.43
HSL 262.66º 0.96% 0.29% -
HSV(B) 262.66º 0.98% 0.57% -
XYZ 6.91 3.01 27.41 -
YUV 35.45 190.39 143.37 -
System Red Green Blue C M Y K H S L
Decimal 57 3 146 0.61 0.98 0 0.43 262.66 0.96 0.29
Hex 39 3 92 3D 62 0 2B 107 60 1D
Octal 71 3 222 75 142 0 53 407 140 35
Binary 111001 11 10010010 111101 1100010 0 101011 100000111 1100000 11101

Color Harmonies of #390392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390392

Black with #390392

Text Example


Text Example

White with #390392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390392; }

 p { color: rgb(57,3,146); }

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

background-color css

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

 a { background-color: rgb(57,3,146); }

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

border-color css

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

 span { border-color: rgb(57,3,146); }

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