#43045C

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

Shades of Indigo #43045C

Tints of Indigo #43045C

Color information

#43045C (or 0x43045C) is unknown color: approx Indigo. HEX triplet: 43, 04 and 5C. RGB value is (67,4,92). Sum of RGB (Red+Green+Blue) = 67+4+92=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #43045C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43045C is #BCFBA3. Grayscale: #202020. Windows color (decimal): -12385188 or 6030403. OLE color: 6030403.

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

Color convert

RGB67492-
CMYK0.270.9600.64
HSL282.95º91.67%18.82%-
HSV(B)282.95º95.65%36.08%-
XYZ4.292.0510.3-
YUV32.87161.37152.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.10%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 92 (36.33% from 255) = 56.44%
R=41.10%
G=2.45%
B=56.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal674920.270.9600.64282.9591.6718.82
Hex4345C1B6004011b5c13
Octal103413433140010043313423
Binary1000011100101110011011110000001000000100011011101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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