Html Css Color HEX #46099F Indigo

📋 copy color: '#46099F'

red 70 ◦ green 9 ◦ blue 159

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

Shades of Indigo #46099F

Tints of Indigo #46099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 66.81%

R = 29.41%
G = 3.78%
B = 66.81%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46099F (or 0x46099F) is known color: Indigo. HEX triplet: 46, 09 and 9F. RGB value is (70,9,159). Sum of RGB (Red+Green+Blue) = 70+9+159=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #46099F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46099F is #B9F660. Grayscale: #2B2B2B. Windows color (decimal): -12187233 or 10422598. OLE color: 10422598.

HSL color Cylindrical-coordinate representation of color #46099F: hue angle of 264.4º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46099F is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 9 159 -
CMYK 0.56 0.94 0 0.38
HSL 264.4º 0.89% 0.33% -
HSV(B) 264.4º 0.94% 0.62% -
XYZ 8.88 4 33.1 -
YUV 44.34 192.71 146.3 -
System Red Green Blue C M Y K H S L
Decimal 70 9 159 0.56 0.94 0 0.38 264.4 0.89 0.33
Hex 46 9 9F 38 5E 0 26 108 59 21
Octal 106 11 237 70 136 0 46 410 131 41
Binary 1000110 1001 10011111 111000 1011110 0 100110 100001000 1011001 100001

Color Harmonies of #46099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46099F

Black with #46099F

Text Example


Text Example

White with #46099F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46099F; }

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

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

background-color css

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

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

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

border-color css

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

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

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