#430F71

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

Shades of Indigo #430F71

Tints of Indigo #430F71

Color information

#430F71 (or 0x430F71) is unknown color: approx Indigo. HEX triplet: 43, 0F and 71. RGB value is (67,15,113). Sum of RGB (Red+Green+Blue) = 67+15+113=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #430F71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430F71 is #BCF08E. Grayscale: #292929. Windows color (decimal): -12382351 or 7409475. OLE color: 7409475.

HSL color Cylindrical-coordinate representation of color #430F71: hue angle of 271.84º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #430F71 is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6715113-
CMYK0.410.8700.56
HSL271.84º76.56%25.1%-
HSV(B)271.84º86.73%44.31%-
XYZ5.472.7315.86-
YUV41.72168.23146.03-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.36%
GREEN value IS 15 (6.25% from 255) = 7.69%
BLUE value IS 113 (44.53% from 255) = 57.95%
R=34.36%
G=7.69%
B=57.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67151130.410.8700.56271.8476.5625.1
Hex43F7129570381104d19
Octal103171615112707042011531
Binary10000111111111000110100110101110111000100010000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,15,113); }

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

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

 a { background-color: rgb(67,15,113); }

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

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

 span { border-color: rgb(67,15,113); }

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