#4a007b

Color #4A007B Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4A007B

Tints of Indigo #4A007B

Color information

#4A007B (or 0x4A007B) is unknown color: approx Indigo. HEX triplet: 4A, 00 and 7B. RGB value is (74,0,123). Sum of RGB (Red+Green+Blue) = 74+0+123=197 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.56% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 123 (48.44% from 255 or 62.44% from 197); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A007B is #B5FF84. Grayscale: #232323. Windows color (decimal): -11927429 or 8061002. OLE color: 8061002.

HSL color Cylindrical-coordinate representation of color #4A007B: hue angle of 276.1º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A007B is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB740123-
CMYK0.40100.52
HSL276.1º100%24.12%-
HSV(B)276.1º100%48.24%-
XYZ6.42.8918.96-
YUV36.15177.02155-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 123 (48.44% from 255) = 62.44%
R=37.56%
G=0%
B=62.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7401230.40100.52276.110024.12
Hex4A07B28640341146418
Octal11201735014406442414430
Binary10010100111101110100011001000110100100010100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a007b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4a007b; }

 p { color: rgb(74,0,123); }

 H1.HeaderClassName
 {
   color: #4a007b;
 }
 .AnyTagClassName
 {
   color: #4a007b;
 }
</style>
background-color css

<style>
 a { background-color: #4a007b; }

 a { background-color: rgb(74,0,123); }

 div.DivClassName
 {
   background-color: #4a007b;
 }
 .BgClassName
 {
   background-color: #4a007b;
 }
</style>
border-color css

<style>
 span { border-color: #4a007b; }

 span { border-color: rgb(74,0,123); }

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