Html Css Color HEX #390289 Indigo

📋 copy color: '#390289'

red 57 ◦ green 2 ◦ blue 137

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

Shades of Indigo #390289

Tints of Indigo #390289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 69.9%

R = 29.08%
G = 1.02%
B = 69.9%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#390289 (or 0x390289) is known color: Indigo. HEX triplet: 39, 02 and 89. RGB value is (57,2,137). Sum of RGB (Red+Green+Blue) = 57+2+137=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 137 (53.91% from 255 or 69.90% from 196); Max value from RGB is 137 - color contains mainly: blue. Hex color #390289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390289 is #C6FD76. Grayscale: #212121. Windows color (decimal): -13041015 or 8979001. OLE color: 8979001.

HSL color Cylindrical-coordinate representation of color #390289: hue angle of 264.44º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #390289 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 2 137 -
CMYK 0.58 0.99 0 0.46
HSL 264.44º 0.97% 0.27% -
HSV(B) 264.44º 0.99% 0.54% -
XYZ 6.22 2.72 23.86 -
YUV 33.84 186.22 144.52 -
System Red Green Blue C M Y K H S L
Decimal 57 2 137 0.58 0.99 0 0.46 264.44 0.97 0.27
Hex 39 2 89 3A 63 0 2E 108 61 1B
Octal 71 2 211 72 143 0 56 410 141 33
Binary 111001 10 10001001 111010 1100011 0 101110 100001000 1100001 11011

Color Harmonies of #390289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390289

Black with #390289

Text Example


Text Example

White with #390289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390289; }

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

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

background-color css

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

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

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

border-color css

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

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

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