#430968

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

Shades of Indigo #430968

Tints of Indigo #430968

Color information

#430968 (or 0x430968) is unknown color: approx Indigo. HEX triplet: 43, 09 and 68. RGB value is (67,9,104). Sum of RGB (Red+Green+Blue) = 67+9+104=180 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.22% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #430968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430968 is #BCF697. Grayscale: #242424. Windows color (decimal): -12383896 or 6818115. OLE color: 6818115.

HSL color Cylindrical-coordinate representation of color #430968: hue angle of 276.63º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430968 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB679104-
CMYK0.360.9100.59
HSL276.63º84.07%22.16%-
HSV(B)276.63º91.35%40.78%-
XYZ4.912.3913.3-
YUV37.17165.72149.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.22%
GREEN value IS 9 (3.91% from 255) = 5%
BLUE value IS 104 (41.02% from 255) = 57.78%
R=37.22%
G=5%
B=57.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6791040.360.9100.59276.6384.0722.16
Hex43968245B03B1155416
Octal103111504413307342512426
Binary10000111001110100010010010110110111011100010101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430968; }

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

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

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

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

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

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

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

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