Html Css Color HEX #46098C Indigo

📋 copy color: '#46098C'

red 70 ◦ green 9 ◦ blue 140

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

Shades of Indigo #46098C

Tints of Indigo #46098C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.11%

 BLUE value IS 140 (55.08% from 255) = 63.93%

R = 31.96%
G = 4.11%
B = 63.93%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46098C (or 0x46098C) is known color: Indigo. HEX triplet: 46, 09 and 8C. RGB value is (70,9,140). Sum of RGB (Red+Green+Blue) = 70+9+140=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #46098C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46098C is #B9F673. Grayscale: #292929. Windows color (decimal): -12187252 or 9177414. OLE color: 9177414.

HSL color Cylindrical-coordinate representation of color #46098C: hue angle of 267.94º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46098C is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 9 140 -
CMYK 0.50 0.94 0 0.45
HSL 267.94º 0.88% 0.29% -
HSV(B) 267.94º 0.94% 0.55% -
XYZ 7.36 3.39 25.08 -
YUV 42.17 183.21 147.85 -
System Red Green Blue C M Y K H S L
Decimal 70 9 140 0.50 0.94 0 0.45 267.94 0.88 0.29
Hex 46 9 8C 32 5E 0 2D 10C 58 1D
Octal 106 11 214 62 136 0 55 414 130 35
Binary 1000110 1001 10001100 110010 1011110 0 101101 100001100 1011000 11101

Color Harmonies of #46098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46098C

Black with #46098C

Text Example


Text Example

White with #46098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46098C; }

 p { color: rgb(70,9,140); }

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

background-color css

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

 a { background-color: rgb(70,9,140); }

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

border-color css

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

 span { border-color: rgb(70,9,140); }

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