Html Css Color HEX #46006F Indigo

📋 copy color: '#46006F'

red 70 ◦ green 0 ◦ blue 111

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

Shades of Indigo #46006F

Tints of Indigo #46006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 111 (43.75% from 255) = 61.33%

R = 38.67%
G = 0%
B = 61.33%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#46006F (or 0x46006F) is known color: Indigo. HEX triplet: 46, 00 and 6F. RGB value is (70,0,111). Sum of RGB (Red+Green+Blue) = 70+0+111=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #46006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46006F is #B9FF90. Grayscale: #212121. Windows color (decimal): -12189585 or 7274566. OLE color: 7274566.

HSL color Cylindrical-coordinate representation of color #46006F: hue angle of 277.84º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46006F is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 0 111 -
CMYK 0.37 1 0 0.56
HSL 277.84º 1% 0.22% -
HSV(B) 277.84º 1% 0.44% -
XYZ 5.4 2.45 15.23 -
YUV 33.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 70 0 111 0.37 1 0 0.56 277.84 1 0.22
Hex 46 0 6F 25 64 0 38 116 64 16
Octal 106 0 157 45 144 0 70 426 144 26
Binary 1000110 0 1101111 100101 1100100 0 111000 100010110 1100100 10110

Color Harmonies of #46006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46006F

Black with #46006F

Text Example


Text Example

White with #46006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,0,111); }

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

background-color css

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

 a { background-color: rgb(70,0,111); }

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

border-color css

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

 span { border-color: rgb(70,0,111); }

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