Html Css Color HEX #460194 Indigo

📋 copy color: '#460194'

red 70 ◦ green 1 ◦ blue 148

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

Shades of Indigo #460194

Tints of Indigo #460194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 31.96%
G = 0.46%
B = 67.58%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#460194 (or 0x460194) is known color: Indigo. HEX triplet: 46, 01 and 94. RGB value is (70,1,148). Sum of RGB (Red+Green+Blue) = 70+1+148=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 148 (58.20% from 255 or 67.58% from 219); Max value from RGB is 148 - color contains mainly: blue. Hex color #460194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460194 is #B9FE6B. Grayscale: #252525. Windows color (decimal): -12189292 or 9699654. OLE color: 9699654.

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

Color convert

RGB 70 1 148 -
CMYK 0.53 0.99 0 0.42
HSL 268.16º 0.99% 0.29% -
HSV(B) 268.16º 0.99% 0.58% -
XYZ 7.88 3.46 28.27 -
YUV 38.39 189.86 150.55 -
System Red Green Blue C M Y K H S L
Decimal 70 1 148 0.53 0.99 0 0.42 268.16 0.99 0.29
Hex 46 1 94 35 63 0 2A 10C 63 1D
Octal 106 1 224 65 143 0 52 414 143 35
Binary 1000110 1 10010100 110101 1100011 0 101010 100001100 1100011 11101

Color Harmonies of #460194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460194

Black with #460194

Text Example


Text Example

White with #460194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460194; }

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

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

background-color css

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

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

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

border-color css

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

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

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