#430360

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

Shades of Indigo #430360

Tints of Indigo #430360

Color information

#430360 (or 0x430360) is unknown color: approx Indigo. HEX triplet: 43, 03 and 60. RGB value is (67,3,96). Sum of RGB (Red+Green+Blue) = 67+3+96=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #430360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430360 is #BCFC9F. Grayscale: #202020. Windows color (decimal): -12385440 or 6292291. OLE color: 6292291.

HSL color Cylindrical-coordinate representation of color #430360: hue angle of 281.29º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #430360 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB67396-
CMYK0.300.9700.62
HSL281.29º93.94%19.41%-
HSV(B)281.29º96.88%37.65%-
XYZ4.462.111.24-
YUV32.74163.7152.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.36%
GREEN value IS 3 (1.56% from 255) = 1.81%
BLUE value IS 96 (37.89% from 255) = 57.83%
R=40.36%
G=1.81%
B=57.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal673960.300.9700.62281.2993.9419.41
Hex433601E6103E1195e13
Octal10331403614107643113623
Binary10000111111000001111011000010111110100011001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430360; }

 p { color: rgb(67,3,96); }

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

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

 a { background-color: rgb(67,3,96); }

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

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

 span { border-color: rgb(67,3,96); }

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