Html Css Color HEX #460394 Indigo

📋 copy color: '#460394'

red 70 ◦ green 3 ◦ blue 148

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

Shades of Indigo #460394

Tints of Indigo #460394

RGB

 RED value IS 70 (27.73% from 255) = 31.67%

 GREEN value IS 3 (1.56% from 255) = 1.36%

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

R = 31.67%
G = 1.36%
B = 66.97%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#460394 (or 0x460394) is known color: Indigo. HEX triplet: 46, 03 and 94. RGB value is (70,3,148). Sum of RGB (Red+Green+Blue) = 70+3+148=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 148 (58.20% from 255 or 66.97% from 221); Max value from RGB is 148 - color contains mainly: blue. Hex color #460394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460394 is #B9FC6B. Grayscale: #272727. Windows color (decimal): -12188780 or 9700166. OLE color: 9700166.

HSL color Cylindrical-coordinate representation of color #460394: hue angle of 267.72º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #460394 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 3 148 -
CMYK 0.53 0.98 0 0.42
HSL 267.72º 0.96% 0.3% -
HSV(B) 267.72º 0.98% 0.58% -
XYZ 7.9 3.51 28.28 -
YUV 39.56 189.2 149.71 -
System Red Green Blue C M Y K H S L
Decimal 70 3 148 0.53 0.98 0 0.42 267.72 0.96 0.3
Hex 46 3 94 35 62 0 2A 10C 60 1E
Octal 106 3 224 65 142 0 52 414 140 36
Binary 1000110 11 10010100 110101 1100010 0 101010 100001100 1100000 11110

Color Harmonies of #460394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460394

Black with #460394

Text Example


Text Example

White with #460394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460394; }

 p { color: rgb(70,3,148); }

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

background-color css

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

 a { background-color: rgb(70,3,148); }

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

border-color css

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

 span { border-color: rgb(70,3,148); }

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