Html Css Color HEX #390075 Indigo

📋 copy color: '#390075'

red 57 ◦ green 0 ◦ blue 117

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

Shades of Indigo #390075

Tints of Indigo #390075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 67.24%

R = 32.76%
G = 0%
B = 67.24%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#390075 (or 0x390075) is known color: Indigo. HEX triplet: 39, 00 and 75. RGB value is (57,0,117). Sum of RGB (Red+Green+Blue) = 57+0+117=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 117 (46.09% from 255 or 67.24% from 174); Max value from RGB is 117 - color contains mainly: blue. Hex color #390075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390075 is #C6FF8A. Grayscale: #1D1D1D. Windows color (decimal): -13041547 or 7667769. OLE color: 7667769.

HSL color Cylindrical-coordinate representation of color #390075: hue angle of 269.23º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390075 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 0 117 -
CMYK 0.51 1 0 0.54
HSL 269.23º 1% 0.23% -
HSV(B) 269.23º 1% 0.46% -
XYZ 4.9 2.15 16.99 -
YUV 30.38 176.88 146.99 -
System Red Green Blue C M Y K H S L
Decimal 57 0 117 0.51 1 0 0.54 269.23 1 0.23
Hex 39 0 75 33 64 0 36 10D 64 17
Octal 71 0 165 63 144 0 66 415 144 27
Binary 111001 0 1110101 110011 1100100 0 110110 100001101 1100100 10111

Color Harmonies of #390075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390075

Black with #390075

Text Example


Text Example

White with #390075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390075; }

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

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

background-color css

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

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

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

border-color css

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

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

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