#43035C

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

Shades of Indigo #43035C

Tints of Indigo #43035C

Color information

#43035C (or 0x43035C) is unknown color: approx Indigo. HEX triplet: 43, 03 and 5C. RGB value is (67,3,92). Sum of RGB (Red+Green+Blue) = 67+3+92=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #43035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43035C is #BCFCA3. Grayscale: #1F1F1F. Windows color (decimal): -12385444 or 6030147. OLE color: 6030147.

HSL color Cylindrical-coordinate representation of color #43035C: hue angle of 283.15º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #43035C is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB67392-
CMYK0.270.9700.64
HSL283.15º93.68%18.63%-
HSV(B)283.15º96.74%36.08%-
XYZ4.282.0310.29-
YUV32.28161.7152.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.36%
GREEN value IS 3 (1.56% from 255) = 1.85%
BLUE value IS 92 (36.33% from 255) = 56.79%
R=41.36%
G=1.85%
B=56.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal673920.270.9700.64283.1593.6818.63
Hex4335C1B6104011b5e13
Octal103313433141010043313623
Binary100001111101110011011110000101000000100011011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,3,92); }

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

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

 a { background-color: rgb(67,3,92); }

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

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

 span { border-color: rgb(67,3,92); }

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