Html Css Color HEX #390399 Indigo

📋 copy color: '#390399'

red 57 ◦ green 3 ◦ blue 153

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

Shades of Indigo #390399

Tints of Indigo #390399

RGB

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

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

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

R = 26.76%
G = 1.41%
B = 71.83%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#390399 (or 0x390399) is known color: Indigo. HEX triplet: 39, 03 and 99. RGB value is (57,3,153). Sum of RGB (Red+Green+Blue) = 57+3+153=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 153 (60.16% from 255 or 71.83% from 213); Max value from RGB is 153 - color contains mainly: blue. Hex color #390399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390399 is #C6FC66. Grayscale: #232323. Windows color (decimal): -13040743 or 10027833. OLE color: 10027833.

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

Color convert

RGB 57 3 153 -
CMYK 0.63 0.98 0 0.4
HSL 261.6º 0.96% 0.31% -
HSV(B) 261.6º 0.98% 0.6% -
XYZ 7.47 3.23 30.37 -
YUV 36.25 193.89 142.8 -
System Red Green Blue C M Y K H S L
Decimal 57 3 153 0.63 0.98 0 0.4 261.6 0.96 0.31
Hex 39 3 99 3F 62 0 28 106 60 1F
Octal 71 3 231 77 142 0 50 406 140 37
Binary 111001 11 10011001 111111 1100010 0 101000 100000110 1100000 11111

Color Harmonies of #390399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390399

Black with #390399

Text Example


Text Example

White with #390399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390399; }

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

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

background-color css

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

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

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

border-color css

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

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

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