Html Css Color HEX #46007C Indigo

📋 copy color: '#46007C'

red 70 ◦ green 0 ◦ blue 124

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

Shades of Indigo #46007C

Tints of Indigo #46007C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 63.92%

R = 36.08%
G = 0%
B = 63.92%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46007C (or 0x46007C) is known color: Indigo. HEX triplet: 46, 00 and 7C. RGB value is (70,0,124). Sum of RGB (Red+Green+Blue) = 70+0+124=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #46007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46007C is #B9FF83. Grayscale: #222222. Windows color (decimal): -12189572 or 8126534. OLE color: 8126534.

HSL color Cylindrical-coordinate representation of color #46007C: hue angle of 273.87º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #46007C is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 0 124 -
CMYK 0.44 1 0 0.51
HSL 273.87º 1% 0.24% -
HSV(B) 273.87º 1% 0.49% -
XYZ 6.16 2.76 19.28 -
YUV 35.07 178.19 152.92 -
System Red Green Blue C M Y K H S L
Decimal 70 0 124 0.44 1 0 0.51 273.87 1 0.24
Hex 46 0 7C 2C 64 0 33 112 64 18
Octal 106 0 174 54 144 0 63 422 144 30
Binary 1000110 0 1111100 101100 1100100 0 110011 100010010 1100100 11000

Color Harmonies of #46007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46007C

Black with #46007C

Text Example


Text Example

White with #46007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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