Html Css Color HEX #390099 Indigo

📋 copy color: '#390099'

red 57 ◦ green 0 ◦ blue 153

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

Shades of Indigo #390099

Tints of Indigo #390099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 72.86%

R = 27.14%
G = 0%
B = 72.86%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#390099 (or 0x390099) is known color: Indigo. HEX triplet: 39, 00 and 99. RGB value is (57,0,153). Sum of RGB (Red+Green+Blue) = 57+0+153=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #390099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390099 is #C6FF66. Grayscale: #212121. Windows color (decimal): -13041511 or 10027065. OLE color: 10027065.

HSL color Cylindrical-coordinate representation of color #390099: hue angle of 262.35º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390099 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 0 153 -
CMYK 0.63 1 0 0.4
HSL 262.35º 1% 0.3% -
HSV(B) 262.35º 1% 0.6% -
XYZ 7.44 3.17 30.36 -
YUV 34.49 194.88 144.06 -
System Red Green Blue C M Y K H S L
Decimal 57 0 153 0.63 1 0 0.4 262.35 1 0.3
Hex 39 0 99 3F 64 0 28 106 64 1E
Octal 71 0 231 77 144 0 50 406 144 36
Binary 111001 0 10011001 111111 1100100 0 101000 100000110 1100100 11110

Color Harmonies of #390099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390099

Black with #390099

Text Example


Text Example

White with #390099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390099; }

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

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

background-color css

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

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

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

border-color css

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

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

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