#671384

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

Shades of Indigo #671384

Tints of Indigo #671384

Color information

#671384 (or 0x671384) is unknown color: approx Indigo. HEX triplet: 67, 13 and 84. RGB value is (103,19,132). Sum of RGB (Red+Green+Blue) = 103+19+132=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #671384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671384 is #98EC7B. Grayscale: #383838. Windows color (decimal): -10022012 or 8655719. OLE color: 8655719.

HSL color Cylindrical-coordinate representation of color #671384: hue angle of 284.6º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671384 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10319132-
CMYK0.220.8600.48
HSL284.6º74.83%29.61%-
HSV(B)284.6º85.61%51.76%-
XYZ9.995.0222.27-
YUV57170.33160.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.55%
GREEN value IS 19 (7.81% from 255) = 7.48%
BLUE value IS 132 (51.95% from 255) = 51.97%
R=40.55%
G=7.48%
B=51.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal103191320.220.8600.48284.674.8329.61
Hex671384165603011d4b1e
Octal147232042612606043511336
Binary110011110011100001001011010101100110000100011101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671384; }

 p { color: rgb(103,19,132); }

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

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

 a { background-color: rgb(103,19,132); }

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

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

 span { border-color: rgb(103,19,132); }

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