Html Css Color HEX #460F94 Indigo

📋 copy color: '#460F94'

red 70 ◦ green 15 ◦ blue 148

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

Shades of Indigo #460F94

Tints of Indigo #460F94

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.44%

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

R = 30.04%
G = 6.44%
B = 63.52%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#460F94 (or 0x460F94) is known color: Indigo. HEX triplet: 46, 0F and 94. RGB value is (70,15,148). Sum of RGB (Red+Green+Blue) = 70+15+148=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #460F94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460F94 is #B9F06B. Grayscale: #2E2E2E. Windows color (decimal): -12185708 or 9703238. OLE color: 9703238.

HSL color Cylindrical-coordinate representation of color #460F94: hue angle of 264.81º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460F94 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 15 148 -
CMYK 0.53 0.90 0 0.42
HSL 264.81º 0.82% 0.32% -
HSV(B) 264.81º 0.9% 0.58% -
XYZ 8.04 3.78 28.32 -
YUV 46.61 185.22 144.69 -
System Red Green Blue C M Y K H S L
Decimal 70 15 148 0.53 0.90 0 0.42 264.81 0.82 0.32
Hex 46 F 94 35 5A 0 2A 109 52 20
Octal 106 17 224 65 132 0 52 411 122 40
Binary 1000110 1111 10010100 110101 1011010 0 101010 100001001 1010010 100000

Color Harmonies of #460F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460F94

Black with #460F94

Text Example


Text Example

White with #460F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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