Html Css Color HEX #46168F Indigo

📋 copy color: '#46168F'

red 70 ◦ green 22 ◦ blue 143

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

Shades of Indigo #46168F

Tints of Indigo #46168F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.36%

 BLUE value IS 143 (56.25% from 255) = 60.85%

R = 29.79%
G = 9.36%
B = 60.85%

CMYK

 C value IS 0.51

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#46168F (or 0x46168F) is known color: Indigo. HEX triplet: 46, 16 and 8F. RGB value is (70,22,143). Sum of RGB (Red+Green+Blue) = 70+22+143=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 143 (56.25% from 255 or 60.85% from 235); Max value from RGB is 143 - color contains mainly: blue. Hex color #46168F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46168F is #B9E970. Grayscale: #313131. Windows color (decimal): -12183921 or 9377350. OLE color: 9377350.

HSL color Cylindrical-coordinate representation of color #46168F: hue angle of 263.8º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46168F is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 22 143 -
CMYK 0.51 0.85 0 0.44
HSL 263.8º 0.73% 0.32% -
HSV(B) 263.8º 0.85% 0.56% -
XYZ 7.77 3.86 26.32 -
YUV 50.15 180.4 142.16 -
System Red Green Blue C M Y K H S L
Decimal 70 22 143 0.51 0.85 0 0.44 263.8 0.73 0.32
Hex 46 16 8F 33 55 0 2C 108 49 20
Octal 106 26 217 63 125 0 54 410 111 40
Binary 1000110 10110 10001111 110011 1010101 0 101100 100001000 1001001 100000

Color Harmonies of #46168F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46168F

Black with #46168F

Text Example


Text Example

White with #46168F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,22,143); }

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

background-color css

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

 a { background-color: rgb(70,22,143); }

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

border-color css

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

 span { border-color: rgb(70,22,143); }

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