#43048B

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

Shades of Indigo #43048B

Tints of Indigo #43048B

Color information

#43048B (or 0x43048B) is unknown color: approx Indigo. HEX triplet: 43, 04 and 8B. RGB value is (67,4,139). Sum of RGB (Red+Green+Blue) = 67+4+139=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #43048B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43048B is #BCFB74. Grayscale: #252525. Windows color (decimal): -12385141 or 9110595. OLE color: 9110595.

HSL color Cylindrical-coordinate representation of color #43048B: hue angle of 268º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #43048B is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB674139-
CMYK0.520.9700.45
HSL268º94.41%28.04%-
HSV(B)268º97.12%54.51%-
XYZ7.023.1424.66-
YUV38.23184.87148.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.90%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 139 (54.69% from 255) = 66.19%
R=31.90%
G=1.90%
B=66.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6741390.520.9700.4526894.4128.04
Hex4348B346102D10c5e1c
Octal10342136414105541413634
Binary10000111001000101111010011000010101101100001100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43048B; }

 p { color: rgb(67,4,139); }

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

<style>
 a { background-color: #43048B; }

 a { background-color: rgb(67,4,139); }

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

<style>
 span { border-color: #43048B; }

 span { border-color: rgb(67,4,139); }

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