Html Css Color HEX #390092 Indigo

📋 copy color: '#390092'

red 57 ◦ green 0 ◦ blue 146

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

Shades of Indigo #390092

Tints of Indigo #390092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 146 (57.42% from 255) = 71.92%

R = 28.08%
G = 0%
B = 71.92%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#390092 (or 0x390092) is known color: Indigo. HEX triplet: 39, 00 and 92. RGB value is (57,0,146). Sum of RGB (Red+Green+Blue) = 57+0+146=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 146 (57.42% from 255 or 71.92% from 203); Max value from RGB is 146 - color contains mainly: blue. Hex color #390092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390092 is #C6FF6D. Grayscale: #212121. Windows color (decimal): -13041518 or 9568313. OLE color: 9568313.

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

Color convert

RGB 57 0 146 -
CMYK 0.61 1 0 0.43
HSL 263.42º 1% 0.29% -
HSV(B) 263.42º 1% 0.57% -
XYZ 6.88 2.95 27.4 -
YUV 33.69 191.38 144.63 -
System Red Green Blue C M Y K H S L
Decimal 57 0 146 0.61 1 0 0.43 263.42 1 0.29
Hex 39 0 92 3D 64 0 2B 107 64 1D
Octal 71 0 222 75 144 0 53 407 144 35
Binary 111001 0 10010010 111101 1100100 0 101011 100000111 1100100 11101

Color Harmonies of #390092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390092

Black with #390092

Text Example


Text Example

White with #390092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390092; }

 p { color: rgb(57,0,146); }

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

background-color css

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

 a { background-color: rgb(57,0,146); }

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

border-color css

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

 span { border-color: rgb(57,0,146); }

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