Html Css Color HEX #390094 Indigo

📋 copy color: '#390094'

red 57 ◦ green 0 ◦ blue 148

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

Shades of Indigo #390094

Tints of Indigo #390094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 72.2%

R = 27.8%
G = 0%
B = 72.2%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#390094 (or 0x390094) is known color: Indigo. HEX triplet: 39, 00 and 94. RGB value is (57,0,148). Sum of RGB (Red+Green+Blue) = 57+0+148=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 148 (58.20% from 255 or 72.20% from 205); Max value from RGB is 148 - color contains mainly: blue. Hex color #390094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390094 is #C6FF6B. Grayscale: #212121. Windows color (decimal): -13041516 or 9699385. OLE color: 9699385.

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

Color convert

RGB 57 0 148 -
CMYK 0.61 1 0 0.42
HSL 263.11º 1% 0.29% -
HSV(B) 263.11º 1% 0.58% -
XYZ 7.03 3.01 28.23 -
YUV 33.92 192.38 144.47 -
System Red Green Blue C M Y K H S L
Decimal 57 0 148 0.61 1 0 0.42 263.11 1 0.29
Hex 39 0 94 3D 64 0 2A 107 64 1D
Octal 71 0 224 75 144 0 52 407 144 35
Binary 111001 0 10010100 111101 1100100 0 101010 100000111 1100100 11101

Color Harmonies of #390094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390094

Black with #390094

Text Example


Text Example

White with #390094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390094; }

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

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

background-color css

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

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

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

border-color css

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

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

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