#430788

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

Shades of Indigo #430788

Tints of Indigo #430788

Color information

#430788 (or 0x430788) is unknown color: approx Indigo. HEX triplet: 43, 07 and 88. RGB value is (67,7,136). Sum of RGB (Red+Green+Blue) = 67+7+136=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 136 (53.52% from 255 or 64.76% from 210); Max value from RGB is 136 - color contains mainly: blue. Hex color #430788 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430788 is #BCF877. Grayscale: #272727. Windows color (decimal): -12384376 or 8914755. OLE color: 8914755.

HSL color Cylindrical-coordinate representation of color #430788: hue angle of 267.91º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430788 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB677136-
CMYK0.510.9500.47
HSL267.91º90.21%28.04%-
HSV(B)267.91º94.85%53.33%-
XYZ6.833.1223.54-
YUV39.65182.38147.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.90%
GREEN value IS 7 (3.12% from 255) = 3.33%
BLUE value IS 136 (53.52% from 255) = 64.76%
R=31.90%
G=3.33%
B=64.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6771360.510.9500.47267.9190.2128.04
Hex43788335F02F10c5a1c
Octal10372106313705741413234
Binary10000111111000100011001110111110101111100001100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430788; }

 p { color: rgb(67,7,136); }

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

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

 a { background-color: rgb(67,7,136); }

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

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

 span { border-color: rgb(67,7,136); }

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