Html Css Color HEX #390290 Indigo

📋 copy color: '#390290'

red 57 ◦ green 2 ◦ blue 144

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

Shades of Indigo #390290

Tints of Indigo #390290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 70.94%

R = 28.08%
G = 0.99%
B = 70.94%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#390290 (or 0x390290) is known color: Indigo. HEX triplet: 39, 02 and 90. RGB value is (57,2,144). Sum of RGB (Red+Green+Blue) = 57+2+144=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 144 (56.64% from 255 or 70.94% from 203); Max value from RGB is 144 - color contains mainly: blue. Hex color #390290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390290 is #C6FD6F. Grayscale: #222222. Windows color (decimal): -13041008 or 9437753. OLE color: 9437753.

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

Color convert

RGB 57 2 144 -
CMYK 0.60 0.99 0 0.44
HSL 263.24º 0.97% 0.29% -
HSV(B) 263.24º 0.99% 0.56% -
XYZ 6.74 2.93 26.6 -
YUV 34.63 189.72 143.95 -
System Red Green Blue C M Y K H S L
Decimal 57 2 144 0.60 0.99 0 0.44 263.24 0.97 0.29
Hex 39 2 90 3C 63 0 2C 107 61 1D
Octal 71 2 220 74 143 0 54 407 141 35
Binary 111001 10 10010000 111100 1100011 0 101100 100000111 1100001 11101

Color Harmonies of #390290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390290

Black with #390290

Text Example


Text Example

White with #390290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390290; }

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

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

background-color css

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

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

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

border-color css

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

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

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