#430270

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

Shades of Indigo #430270

Tints of Indigo #430270

Color information

#430270 (or 0x430270) is unknown color: approx Indigo. HEX triplet: 43, 02 and 70. RGB value is (67,2,112). Sum of RGB (Red+Green+Blue) = 67+2+112=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #430270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430270 is #BCFD8F. Grayscale: #212121. Windows color (decimal): -12385680 or 7340611. OLE color: 7340611.

HSL color Cylindrical-coordinate representation of color #430270: hue angle of 275.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #430270 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB672112-
CMYK0.400.9800.56
HSL275.45º96.49%22.35%-
HSV(B)275.45º98.21%43.92%-
XYZ5.262.4115.52-
YUV33.97172.03151.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.02%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 112 (44.14% from 255) = 61.88%
R=37.02%
G=1.10%
B=61.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6721120.400.9800.56275.4596.4922.35
Hex4327028620381136016
Octal10321605014207042314026
Binary100001110111000010100011000100111000100010011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430270; }

 p { color: rgb(67,2,112); }

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

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

 a { background-color: rgb(67,2,112); }

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

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

 span { border-color: rgb(67,2,112); }

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