Html Css Color HEX #390291 Indigo

📋 copy color: '#390291'

red 57 ◦ green 2 ◦ blue 145

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

Shades of Indigo #390291

Tints of Indigo #390291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

 BLUE value IS 145 (57.03% from 255) = 71.08%

R = 27.94%
G = 0.98%
B = 71.08%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#390291 (or 0x390291) is known color: Indigo. HEX triplet: 39, 02 and 91. RGB value is (57,2,145). Sum of RGB (Red+Green+Blue) = 57+2+145=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 145 (57.03% from 255 or 71.08% from 204); Max value from RGB is 145 - color contains mainly: blue. Hex color #390291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390291 is #C6FD6E. Grayscale: #222222. Windows color (decimal): -13041007 or 9503289. OLE color: 9503289.

HSL color Cylindrical-coordinate representation of color #390291: hue angle of 263.08º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390291 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 2 145 -
CMYK 0.61 0.99 0 0.43
HSL 263.08º 0.97% 0.29% -
HSV(B) 263.08º 0.99% 0.57% -
XYZ 6.82 2.96 27 -
YUV 34.75 190.22 143.87 -
System Red Green Blue C M Y K H S L
Decimal 57 2 145 0.61 0.99 0 0.43 263.08 0.97 0.29
Hex 39 2 91 3D 63 0 2B 107 61 1D
Octal 71 2 221 75 143 0 53 407 141 35
Binary 111001 10 10010001 111101 1100011 0 101011 100000111 1100001 11101

Color Harmonies of #390291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390291

Black with #390291

Text Example


Text Example

White with #390291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390291; }

 p { color: rgb(57,2,145); }

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

background-color css

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

 a { background-color: rgb(57,2,145); }

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

border-color css

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

 span { border-color: rgb(57,2,145); }

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