#430D75

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

Shades of Indigo #430D75

Tints of Indigo #430D75

Color information

#430D75 (or 0x430D75) is unknown color: approx Indigo. HEX triplet: 43, 0D and 75. RGB value is (67,13,117). Sum of RGB (Red+Green+Blue) = 67+13+117=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #430D75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430D75 is #BCF28A. Grayscale: #282828. Windows color (decimal): -12382859 or 7671107. OLE color: 7671107.

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

Color convert

RGB6713117-
CMYK0.430.8900.54
HSL271.15º80%25.49%-
HSV(B)271.15º88.89%45.88%-
XYZ5.672.7717.06-
YUV41170.89146.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.01%
GREEN value IS 13 (5.47% from 255) = 6.60%
BLUE value IS 117 (46.09% from 255) = 59.39%
R=34.01%
G=6.60%
B=59.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal67131170.430.8900.54271.158025.49
Hex43D752B5903610f5019
Octal103151655313106641712031
Binary10000111101111010110101110110010110110100001111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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