#430078

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

Shades of Indigo #430078

Tints of Indigo #430078

Color information

#430078 (or 0x430078) is unknown color: approx Indigo. HEX triplet: 43, 00 and 78. RGB value is (67,0,120). Sum of RGB (Red+Green+Blue) = 67+0+120=187 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.83% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #430078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430078 is #BCFF87. Grayscale: #212121. Windows color (decimal): -12386184 or 7864387. OLE color: 7864387.

HSL color Cylindrical-coordinate representation of color #430078: hue angle of 273.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430078 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB670120-
CMYK0.44100.53
HSL273.5º100%23.53%-
HSV(B)273.5º100%47.06%-
XYZ5.72.5517.96-
YUV33.71176.7151.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 64.17%
R=35.83%
G=0%
B=64.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6701200.44100.53273.510023.53
Hex430782C640351126418
Octal10301705414406542214430
Binary10000110111100010110011001000110101100010010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430078; }

 p { color: rgb(67,0,120); }

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

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

 a { background-color: rgb(67,0,120); }

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

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

 span { border-color: rgb(67,0,120); }

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