#430562

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

Shades of Indigo #430562

Tints of Indigo #430562

Color information

#430562 (or 0x430562) is unknown color: approx Indigo. HEX triplet: 43, 05 and 62. RGB value is (67,5,98). Sum of RGB (Red+Green+Blue) = 67+5+98=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #430562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430562 is #BCFA9D. Grayscale: #212121. Windows color (decimal): -12384926 or 6423875. OLE color: 6423875.

HSL color Cylindrical-coordinate representation of color #430562: hue angle of 280º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430562 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB67598-
CMYK0.320.9500.62
HSL280º90.29%20.2%-
HSV(B)280º94.9%38.43%-
XYZ4.572.1811.74-
YUV34.14164.04151.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.41%
GREEN value IS 5 (2.34% from 255) = 2.94%
BLUE value IS 98 (38.67% from 255) = 57.65%
R=39.41%
G=2.94%
B=57.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal675980.320.9500.6228090.2920.2
Hex43562205F03E1185a14
Octal10351424013707643013224
Binary1000011101110001010000010111110111110100011000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430562; }

 p { color: rgb(67,5,98); }

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

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

 a { background-color: rgb(67,5,98); }

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

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

 span { border-color: rgb(67,5,98); }

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