#43097C

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

Shades of Indigo #43097C

Tints of Indigo #43097C

Color information

#43097C (or 0x43097C) is unknown color: approx Indigo. HEX triplet: 43, 09 and 7C. RGB value is (67,9,124). Sum of RGB (Red+Green+Blue) = 67+9+124=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #43097C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43097C is #BCF683. Grayscale: #272727. Windows color (decimal): -12383876 or 8128835. OLE color: 8128835.

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

Color convert

RGB679124-
CMYK0.460.9300.51
HSL270.26º86.47%26.08%-
HSV(B)270.26º92.74%48.63%-
XYZ6.052.8419.3-
YUV39.45175.72147.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.5%
GREEN value IS 9 (3.91% from 255) = 4.5%
BLUE value IS 124 (48.83% from 255) = 62%
R=33.5%
G=4.5%
B=62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6791240.460.9300.51270.2686.4726.08
Hex4397C2E5D03310e561a
Octal103111745613506341612632
Binary10000111001111110010111010111010110011100001110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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