#67058D

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

Shades of Indigo #67058D

Tints of Indigo #67058D

Color information

#67058D (or 0x67058D) is unknown color: approx Indigo. HEX triplet: 67, 05 and 8D. RGB value is (103,5,141). Sum of RGB (Red+Green+Blue) = 103+5+141=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #67058D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67058D is #98FA72. Grayscale: #313131. Windows color (decimal): -10025587 or 9241959. OLE color: 9241959.

HSL color Cylindrical-coordinate representation of color #67058D: hue angle of 283.24º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #67058D is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1035141-
CMYK0.270.9600.45
HSL283.24º93.15%28.63%-
HSV(B)283.24º96.45%55.29%-
XYZ10.464.9225.6-
YUV49.81179.47165.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 41.37%
GREEN value IS 5 (2.34% from 255) = 2.01%
BLUE value IS 141 (55.47% from 255) = 56.63%
R=41.37%
G=2.01%
B=56.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10351410.270.9600.45283.2493.1528.63
Hex6758D1B6002D11b5d1d
Octal14752153314005543313535
Binary1100111101100011011101111000000101101100011011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67058D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67058D; }

 p { color: rgb(103,5,141); }

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

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

 a { background-color: rgb(103,5,141); }

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

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

 span { border-color: rgb(103,5,141); }

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