#43059B

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

Shades of Indigo #43059B

Tints of Indigo #43059B

Color information

#43059B (or 0x43059B) is unknown color: approx Indigo. HEX triplet: 43, 05 and 9B. RGB value is (67,5,155). Sum of RGB (Red+Green+Blue) = 67+5+155=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #43059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43059B is #BCFA64. Grayscale: #282828. Windows color (decimal): -12384869 or 10159427. OLE color: 10159427.

HSL color Cylindrical-coordinate representation of color #43059B: hue angle of 264.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #43059B is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB675155-
CMYK0.570.9700.39
HSL264.8º93.75%31.37%-
HSV(B)264.8º96.77%60.78%-
XYZ8.293.6731.28-
YUV40.64192.54146.8-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.52%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 155 (60.94% from 255) = 68.28%
R=29.52%
G=2.20%
B=68.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6751550.570.9700.39264.893.7531.37
Hex4359B39610271095e1f
Octal10352337114104741113637
Binary10000111011001101111100111000010100111100001001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43059B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43059B; }

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

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

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

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

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

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

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

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