#430FAA

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

Shades of Indigo #430FAA

Tints of Indigo #430FAA

Color information

#430FAA (or 0x430FAA) is unknown color: approx Indigo. HEX triplet: 43, 0F and AA. RGB value is (67,15,170). Sum of RGB (Red+Green+Blue) = 67+15+170=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 170 (66.80% from 255 or 67.46% from 252); Max value from RGB is 170 - color contains mainly: blue. Hex color #430FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430FAA is #BCF055. Grayscale: #2F2F2F. Windows color (decimal): -12382294 or 11145027. OLE color: 11145027.

HSL color Cylindrical-coordinate representation of color #430FAA: hue angle of 260.13º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430FAA is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6715170-
CMYK0.610.9100.33
HSL260.13º83.78%36.27%-
HSV(B)260.13º91.18%66.67%-
XYZ9.744.4438.37-
YUV48.22196.73141.4-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.59%
GREEN value IS 15 (6.25% from 255) = 5.95%
BLUE value IS 170 (66.80% from 255) = 67.46%
R=26.59%
G=5.95%
B=67.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal67151700.610.9100.33260.1383.7836.27
Hex43FAA3D5B0211045424
Octal103172527513304140412444
Binary1000011111110101010111101101101101000011000001001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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