#430975

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

Shades of Indigo #430975

Tints of Indigo #430975

Color information

#430975 (or 0x430975) is unknown color: approx Indigo. HEX triplet: 43, 09 and 75. RGB value is (67,9,117). Sum of RGB (Red+Green+Blue) = 67+9+117=193 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.72% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #430975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430975 is #BCF68A. Grayscale: #262626. Windows color (decimal): -12383883 or 7670083. OLE color: 7670083.

HSL color Cylindrical-coordinate representation of color #430975: hue angle of 272.22º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430975 is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB679117-
CMYK0.430.9200.54
HSL272.22º85.71%24.71%-
HSV(B)272.22º92.31%45.88%-
XYZ5.622.6717.05-
YUV38.65172.22148.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.72%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 117 (46.09% from 255) = 60.62%
R=34.72%
G=4.66%
B=60.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6791170.430.9200.54272.2285.7124.71
Hex439752B5C0361105619
Octal103111655313406642012631
Binary10000111001111010110101110111000110110100010000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430975; }

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

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

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

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

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

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

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

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