Html Css Color HEX #390178 Indigo

📋 copy color: '#390178'

red 57 ◦ green 1 ◦ blue 120

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

Shades of Indigo #390178

Tints of Indigo #390178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 67.42%

R = 32.02%
G = 0.56%
B = 67.42%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#390178 (or 0x390178) is known color: Indigo. HEX triplet: 39, 01 and 78. RGB value is (57,1,120). Sum of RGB (Red+Green+Blue) = 57+1+120=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 120 (47.27% from 255 or 67.42% from 178); Max value from RGB is 120 - color contains mainly: blue. Hex color #390178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390178 is #C6FE87. Grayscale: #1E1E1E. Windows color (decimal): -13041288 or 7864633. OLE color: 7864633.

HSL color Cylindrical-coordinate representation of color #390178: hue angle of 268.24º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390178 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 1 120 -
CMYK 0.52 0.99 0 0.53
HSL 268.24º 0.98% 0.24% -
HSV(B) 268.24º 0.99% 0.47% -
XYZ 5.09 2.25 17.93 -
YUV 31.31 178.05 146.32 -
System Red Green Blue C M Y K H S L
Decimal 57 1 120 0.52 0.99 0 0.53 268.24 0.98 0.24
Hex 39 1 78 34 63 0 35 10C 62 18
Octal 71 1 170 64 143 0 65 414 142 30
Binary 111001 1 1111000 110100 1100011 0 110101 100001100 1100010 11000

Color Harmonies of #390178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390178

Black with #390178

Text Example


Text Example

White with #390178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390178; }

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

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

background-color css

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

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

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

border-color css

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

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

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