#43035F

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

Shades of Indigo #43035F

Tints of Indigo #43035F

Color information

#43035F (or 0x43035F) is unknown color: approx Indigo. HEX triplet: 43, 03 and 5F. RGB value is (67,3,95). Sum of RGB (Red+Green+Blue) = 67+3+95=165 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.61% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 95 (37.5% from 255 or 57.58% from 165); Max value from RGB is 95 - color contains mainly: blue. Hex color #43035F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43035F is #BCFCA0. Grayscale: #202020. Windows color (decimal): -12385441 or 6226755. OLE color: 6226755.

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

Color convert

RGB67395-
CMYK0.290.9700.63
HSL281.74º93.88%19.22%-
HSV(B)281.74º96.84%37.25%-
XYZ4.412.0811-
YUV32.62163.2152.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.61%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 95 (37.5% from 255) = 57.58%
R=40.61%
G=1.82%
B=57.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal673950.290.9700.63281.7493.8819.22
Hex4335F1D6103F11a5e13
Octal10331373514107743213623
Binary10000111110111111110111000010111111100011010101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43035F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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