#430c8d

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

Shades of Indigo #430C8D

Tints of Indigo #430C8D

Color information

#430C8D (or 0x430C8D) is unknown color: approx Indigo. HEX triplet: 43, 0C and 8D. RGB value is (67,12,141). Sum of RGB (Red+Green+Blue) = 67+12+141=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #430C8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430C8D is #BCF372. Grayscale: #2A2A2A. Windows color (decimal): -12383091 or 9243715. OLE color: 9243715.

HSL color Cylindrical-coordinate representation of color #430C8D: hue angle of 265.58º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430C8D is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6712141-
CMYK0.520.9100.45
HSL265.58º84.31%30%-
HSV(B)265.58º91.49%55.29%-
XYZ7.253.3825.47-
YUV43.15183.22145.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.45%
GREEN value IS 12 (5.08% from 255) = 5.45%
BLUE value IS 141 (55.47% from 255) = 64.09%
R=30.45%
G=5.45%
B=64.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67121410.520.9100.45265.5884.3130
Hex43C8D345B02D10a541e
Octal103142156413305541212436
Binary100001111001000110111010010110110101101100001010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430c8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430c8d; }

 p { color: rgb(67,12,141); }

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

<style>
 a { background-color: #430c8d; }

 a { background-color: rgb(67,12,141); }

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

<style>
 span { border-color: #430c8d; }

 span { border-color: rgb(67,12,141); }

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