#430DA4

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

Shades of Indigo #430DA4

Tints of Indigo #430DA4

Color information

#430DA4 (or 0x430DA4) is unknown color: approx Indigo. HEX triplet: 43, 0D and A4. RGB value is (67,13,164). Sum of RGB (Red+Green+Blue) = 67+13+164=244 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.46% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 164 (64.45% from 255 or 67.21% from 244); Max value from RGB is 164 - color contains mainly: blue. Hex color #430DA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430DA4 is #BCF25B. Grayscale: #2D2D2D. Windows color (decimal): -12382812 or 10751299. OLE color: 10751299.

HSL color Cylindrical-coordinate representation of color #430DA4: hue angle of 261.46º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430DA4 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6713164-
CMYK0.590.9200.36
HSL261.46º85.31%34.71%-
HSV(B)261.46º92.07%64.31%-
XYZ9.164.1635.44-
YUV46.36194.39142.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.46%
GREEN value IS 13 (5.47% from 255) = 5.33%
BLUE value IS 164 (64.45% from 255) = 67.21%
R=27.46%
G=5.33%
B=67.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal67131640.590.9200.36261.4685.3134.71
Hex43DA43B5C0241055523
Octal103152447313404440512543
Binary1000011110110100100111011101110001001001000001011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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