Html Css Color HEX #390393 Indigo

📋 copy color: '#390393'

red 57 ◦ green 3 ◦ blue 147

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

Shades of Indigo #390393

Tints of Indigo #390393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 71.01%

R = 27.54%
G = 1.45%
B = 71.01%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#390393 (or 0x390393) is known color: Indigo. HEX triplet: 39, 03 and 93. RGB value is (57,3,147). Sum of RGB (Red+Green+Blue) = 57+3+147=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 147 (57.81% from 255 or 71.01% from 207); Max value from RGB is 147 - color contains mainly: blue. Hex color #390393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390393 is #C6FC6C. Grayscale: #232323. Windows color (decimal): -13040749 or 9634617. OLE color: 9634617.

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

Color convert

RGB 57 3 147 -
CMYK 0.61 0.98 0 0.42
HSL 262.5º 0.96% 0.29% -
HSV(B) 262.5º 0.98% 0.58% -
XYZ 6.99 3.04 27.82 -
YUV 35.56 190.89 143.29 -
System Red Green Blue C M Y K H S L
Decimal 57 3 147 0.61 0.98 0 0.42 262.5 0.96 0.29
Hex 39 3 93 3D 62 0 2A 106 60 1D
Octal 71 3 223 75 142 0 52 406 140 35
Binary 111001 11 10010011 111101 1100010 0 101010 100000110 1100000 11101

Color Harmonies of #390393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390393

Black with #390393

Text Example


Text Example

White with #390393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390393; }

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

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

background-color css

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

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

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

border-color css

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

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

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