#4B00AE

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

Shades of Indigo #4B00AE

Tints of Indigo #4B00AE

Color information

#4B00AE (or 0x4B00AE) is unknown color: approx Indigo. HEX triplet: 4B, 00 and AE. RGB value is (75,0,174). Sum of RGB (Red+Green+Blue) = 75+0+174=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B00AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B00AE is #B4FF51. Grayscale: #292929. Windows color (decimal): -11861842 or 11403339. OLE color: 11403339.

HSL color Cylindrical-coordinate representation of color #4B00AE: hue angle of 265.86º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B00AE is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB750174-
CMYK0.57100.32
HSL265.86º100%34.12%-
HSV(B)265.86º100%68.24%-
XYZ10.544.5540.37-
YUV42.26202.35151.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 174 (68.36% from 255) = 69.88%
R=30.12%
G=0%
B=69.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7501740.57100.32265.8610034.12
Hex4B0AE396402010a6422
Octal11302567114404041214442
Binary1001011010101110111001110010001000001000010101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B00AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,0,174); }

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

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

 a { background-color: rgb(75,0,174); }

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

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

 span { border-color: rgb(75,0,174); }

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