Html Css Color HEX #460094 Indigo

📋 copy color: '#460094'

red 70 ◦ green 0 ◦ blue 148

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

Shades of Indigo #460094

Tints of Indigo #460094

RGB

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

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

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

R = 32.11%
G = 0%
B = 67.89%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#460094 (or 0x460094) is known color: Indigo. HEX triplet: 46, 00 and 94. RGB value is (70,0,148). Sum of RGB (Red+Green+Blue) = 70+0+148=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #460094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460094 is #B9FF6B. Grayscale: #252525. Windows color (decimal): -12189548 or 9699398. OLE color: 9699398.

HSL color Cylindrical-coordinate representation of color #460094: hue angle of 268.38º 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 #460094 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 0 148 -
CMYK 0.53 1 0 0.42
HSL 268.38º 1% 0.29% -
HSV(B) 268.38º 1% 0.58% -
XYZ 7.87 3.44 28.27 -
YUV 37.8 190.19 150.97 -
System Red Green Blue C M Y K H S L
Decimal 70 0 148 0.53 1 0 0.42 268.38 1 0.29
Hex 46 0 94 35 64 0 2A 10C 64 1D
Octal 106 0 224 65 144 0 52 414 144 35
Binary 1000110 0 10010100 110101 1100100 0 101010 100001100 1100100 11101

Color Harmonies of #460094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460094

Black with #460094

Text Example


Text Example

White with #460094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460094; }

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

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

background-color css

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

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

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

border-color css

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

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

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