Html Css Color HEX #390095 Indigo

📋 copy color: '#390095'

red 57 ◦ green 0 ◦ blue 149

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

Shades of Indigo #390095

Tints of Indigo #390095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 149 (58.59% from 255) = 72.33%

R = 27.67%
G = 0%
B = 72.33%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#390095 (or 0x390095) is known color: Indigo. HEX triplet: 39, 00 and 95. RGB value is (57,0,149). Sum of RGB (Red+Green+Blue) = 57+0+149=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #390095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390095 is #C6FF6A. Grayscale: #212121. Windows color (decimal): -13041515 or 9764921. OLE color: 9764921.

HSL color Cylindrical-coordinate representation of color #390095: hue angle of 262.95º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390095 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 0 149 -
CMYK 0.62 1 0 0.42
HSL 262.95º 1% 0.29% -
HSV(B) 262.95º 1% 0.58% -
XYZ 7.11 3.04 28.65 -
YUV 34.03 192.88 144.38 -
System Red Green Blue C M Y K H S L
Decimal 57 0 149 0.62 1 0 0.42 262.95 1 0.29
Hex 39 0 95 3E 64 0 2A 107 64 1D
Octal 71 0 225 76 144 0 52 407 144 35
Binary 111001 0 10010101 111110 1100100 0 101010 100000111 1100100 11101

Color Harmonies of #390095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390095

Black with #390095

Text Example


Text Example

White with #390095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390095; }

 p { color: rgb(57,0,149); }

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

background-color css

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

 a { background-color: rgb(57,0,149); }

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

border-color css

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

 span { border-color: rgb(57,0,149); }

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