Html Css Color HEX #46096C Indigo

📋 copy color: '#46096C'

red 70 ◦ green 9 ◦ blue 108

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

Shades of Indigo #46096C

Tints of Indigo #46096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 57.75%

R = 37.43%
G = 4.81%
B = 57.75%

CMYK

 C value IS 0.35

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#46096C (or 0x46096C) is known color: Indigo. HEX triplet: 46, 09 and 6C. RGB value is (70,9,108). Sum of RGB (Red+Green+Blue) = 70+9+108=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #46096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46096C is #B9F693. Grayscale: #262626. Windows color (decimal): -12187284 or 7080262. OLE color: 7080262.

HSL color Cylindrical-coordinate representation of color #46096C: hue angle of 276.97º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #46096C is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 9 108 -
CMYK 0.35 0.92 0 0.58
HSL 276.97º 0.85% 0.23% -
HSV(B) 276.97º 0.92% 0.42% -
XYZ 5.33 2.58 14.4 -
YUV 38.53 167.21 150.45 -
System Red Green Blue C M Y K H S L
Decimal 70 9 108 0.35 0.92 0 0.58 276.97 0.85 0.23
Hex 46 9 6C 23 5C 0 3A 115 55 17
Octal 106 11 154 43 134 0 72 425 125 27
Binary 1000110 1001 1101100 100011 1011100 0 111010 100010101 1010101 10111

Color Harmonies of #46096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46096C

Black with #46096C

Text Example


Text Example

White with #46096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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