Html Css Color HEX #46007E Indigo

📋 copy color: '#46007E'

red 70 ◦ green 0 ◦ blue 126

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

Shades of Indigo #46007E

Tints of Indigo #46007E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 64.29%

R = 35.71%
G = 0%
B = 64.29%

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

#46007E (or 0x46007E) is known color: Indigo. HEX triplet: 46, 00 and 7E. RGB value is (70,0,126). Sum of RGB (Red+Green+Blue) = 70+0+126=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 126 (49.61% from 255 or 64.29% from 196); Max value from RGB is 126 - color contains mainly: blue. Hex color #46007E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46007E is #B9FF81. Grayscale: #222222. Windows color (decimal): -12189570 or 8257606. OLE color: 8257606.

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

Color convert

RGB 70 0 126 -
CMYK 0.44 1 0 0.51
HSL 273.33º 1% 0.25% -
HSV(B) 273.33º 1% 0.49% -
XYZ 6.29 2.81 19.95 -
YUV 35.29 179.19 152.75 -
System Red Green Blue C M Y K H S L
Decimal 70 0 126 0.44 1 0 0.51 273.33 1 0.25
Hex 46 0 7E 2C 64 0 33 111 64 19
Octal 106 0 176 54 144 0 63 421 144 31
Binary 1000110 0 1111110 101100 1100100 0 110011 100010001 1100100 11001

Color Harmonies of #46007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46007E

Black with #46007E

Text Example


Text Example

White with #46007E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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