#4B0F9C

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

Shades of Indigo #4B0F9C

Tints of Indigo #4B0F9C

Color information

#4B0F9C (or 0x4B0F9C) is unknown color: approx Indigo. HEX triplet: 4B, 0F and 9C. RGB value is (75,15,156). Sum of RGB (Red+Green+Blue) = 75+15+156=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B0F9C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0F9C is #B4F063. Grayscale: #303030. Windows color (decimal): -11858020 or 10227531. OLE color: 10227531.

HSL color Cylindrical-coordinate representation of color #4B0F9C: hue angle of 265.53º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4B0F9C is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7515156-
CMYK0.520.9000.39
HSL265.53º82.46%33.53%-
HSV(B)265.53º90.38%61.18%-
XYZ9.074.2431.79-
YUV49.01188.38146.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.49%
GREEN value IS 15 (6.25% from 255) = 6.10%
BLUE value IS 156 (61.33% from 255) = 63.41%
R=30.49%
G=6.10%
B=63.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal75151560.520.9000.39265.5382.4633.53
Hex4BF9C345A02710a5222
Octal113172346413204741212242
Binary1001011111110011100110100101101001001111000010101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,15,156); }

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

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

 a { background-color: rgb(75,15,156); }

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

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

 span { border-color: rgb(75,15,156); }

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