#43047C

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

Shades of Indigo #43047C

Tints of Indigo #43047C

Color information

#43047C (or 0x43047C) is unknown color: approx Indigo. HEX triplet: 43, 04 and 7C. RGB value is (67,4,124). Sum of RGB (Red+Green+Blue) = 67+4+124=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #43047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43047C is #BCFB83. Grayscale: #242424. Windows color (decimal): -12385156 or 8127555. OLE color: 8127555.

HSL color Cylindrical-coordinate representation of color #43047C: hue angle of 271.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #43047C is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB674124-
CMYK0.460.9700.51
HSL271.5º93.75%25.1%-
HSV(B)271.5º96.77%48.63%-
XYZ62.7419.28-
YUV36.52177.37149.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.36%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 124 (48.83% from 255) = 63.59%
R=34.36%
G=2.05%
B=63.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6741240.460.9700.51271.593.7525.1
Hex4347C2E610331105e19
Octal10341745614106342013631
Binary1000011100111110010111011000010110011100010000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43047C; }

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

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

<style>
 a { background-color: #43047C; }

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

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

<style>
 span { border-color: #43047C; }

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

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